#12CC16

Color #12CC16 Lime Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lime Green #12CC16

Tints of Lime Green #12CC16

Color information

#12CC16 (or 0x12CC16) is unknown color: approx Lime Green. HEX triplet: 12, CC and 16. RGB value is (18,204,22). Sum of RGB (Red+Green+Blue) = 18+204+22=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 204 (80.08% from 255 or 83.61% from 244); Blue value is 22 (8.98% from 255 or 9.02% from 244); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC16 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12CC16 is #ED33E9. Grayscale: #808080. Windows color (decimal): -15545322 or 1494034. OLE color: 1494034.

HSL color Cylindrical-coordinate representation of color #12CC16: hue angle of 121.29º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC16 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB1820422-
CMYK0.9100.890.2
HSL121.29º83.78%43.53%-
HSV(B)121.29º91.18%80%-
XYZ21.9943.377.97-
YUV127.6468.3849.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 18 (7.42% from 255) = 7.38%
GREEN value IS 204 (80.08% from 255) = 83.61%
BLUE value IS 22 (8.98% from 255) = 9.02%
R=7.38%
G=83.61%
B=9.02%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18204220.9100.890.2121.2983.7843.53
Hex12CC165B0591479542c
Octal223142613301312417112454
Binary1001011001100101101011011010110011010011110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12CC16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12CC16; }

 p { color: rgb(18,204,22); }

 H1.HeaderClassName
 {
   color: #12CC16;
 }
 .AnyTagClassName
 {
   color: #12CC16;
 }
</style>
background-color css

<style>
 a { background-color: #12CC16; }

 a { background-color: rgb(18,204,22); }

 div.DivClassName
 {
   background-color: #12CC16;
 }
 .BgClassName
 {
   background-color: #12CC16;
 }
</style>
border-color css

<style>
 span { border-color: #12CC16; }

 span { border-color: rgb(18,204,22); }

 td.TdClassName
 {
   border-color: #12CC16;
 }
 .TagClassName
 {
   border-color: #12CC16;
 }
</style>