Color Hex Logo

#12cb2d Color Hex

#12CB2D
(18,203,45)
0 Favorites   0 Comments

Color spaces of #12cb2d

RGB 1820345
HSL0.360.840.43
HSV129°91°80°
CMYK 0.910.000.78   0.20
XYZ22.079043.02999.6245
Yxy43.02990.29540.5758
Hunter Lab65.5972-54.714737.2189
CIE-Lab71.5753-70.117561.9004

#12cb2d color RGB value is (18,203,45).

#12cb2d hex color red value is 18, green value is 203 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #12cb2d hue: 0.36 , saturation: 0.84 and the lightness value of 12cb2d is 0.43.

The process color (four color CMYK) of #12cb2d color hex is 0.91, 0.00, 0.78, 0.20. Web safe color of #12cb2d is #00cc33. Color #12cb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 11001011 00101101
Octal 22 313 55
Decimal 18 203 45
Hex 12 CB 2D

RGB Percentages of Color #12cb2d

%6.77
%76.32
%16.92

CMYK Percentages of Color #12cb2d

%91
%0
%78
%20

Triadic Colors of #12cb2d

#12cb2d #2d12cb #cb2d12

Analogous Colors of #12cb2d

#12cb2d #12cb8a #53cb12

Monochromatic Colors of #12cb2d

#12cb2d

Complementary Color

#12cb2d #cb12b0

#12cb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#12cb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#12cb2d Color CSS Codes

.mybgcolor {background-color:#12cb2d; } 
.myforecolor {color:#12cb2d; }
.mybordercolor {border:3px solid #12cb2d; }

#12cb2d Text Font Color

<p style="color:#12cb2d">Text here</p>

This sample text font color is #12cb2d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#12cb2d Background Color

<div style="background-color:#12cb2d">
Div content here</div>

This div background color is #12cb2d


#12cb2d Border Color

<div style="border:3px solid #12cb2d">
Div here</div>

This div border color is #12cb2d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,203,45, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #12cb2d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #12cb2d;
  -webkit-box-shadow: 1px 1px 3px 2px #12cb2d;
  box-shadow:         1px 1px 3px 2px #12cb2d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,203,45, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #12cb2d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #12cb2d;
  -webkit-box-shadow: 1px 1px 3px 2px #12cb2d;
  box-shadow:         1px 1px 3px 2px #12cb2d;">
Div content here</div>

This div box has shadow with color #12cb2d


Comments

No comments written yet.

Please login to write comment.