#12C716

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

Shades of Lime Green #12C716

Tints of Lime Green #12C716

Color information

#12C716 (or 0x12C716) is unknown color: approx Lime Green. HEX triplet: 12, C7 and 16. RGB value is (18,199,22). Sum of RGB (Red+Green+Blue) = 18+199+22=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 199 (78.12% from 255 or 83.26% from 239); Blue value is 22 (8.98% from 255 or 9.21% from 239); Max value from RGB is 199 - color contains mainly: green. Hex color #12C716 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C716 is #ED38E9. Grayscale: #7D7D7D. Windows color (decimal): -15546602 or 1492754. OLE color: 1492754.

HSL color Cylindrical-coordinate representation of color #12C716: hue angle of 121.33º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C716 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1819922-
CMYK0.9100.890.22
HSL121.33º83.41%42.55%-
HSV(B)121.33º90.95%78.04%-
XYZ20.8241.037.58-
YUV124.770.0351.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 199 (78.12% from 255) = 83.26%
BLUE value IS 22 (8.98% from 255) = 9.21%
R=7.53%
G=83.26%
B=9.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18199220.9100.890.22121.3383.4142.55
Hex12C7165B0591679532b
Octal223072613301312617112353
Binary1001011000111101101011011010110011011011110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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