#12C616

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

Shades of Lime Green #12C616

Tints of Lime Green #12C616

Color information

#12C616 (or 0x12C616) is unknown color: approx Lime Green. HEX triplet: 12, C6 and 16. RGB value is (18,198,22). Sum of RGB (Red+Green+Blue) = 18+198+22=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 198 (77.73% from 255 or 83.19% from 238); Blue value is 22 (8.98% from 255 or 9.24% from 238); Max value from RGB is 198 - color contains mainly: green. Hex color #12C616 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C616 is #ED39E9. Grayscale: #7C7C7C. Windows color (decimal): -15546858 or 1492498. OLE color: 1492498.

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

Color convert

RGB1819822-
CMYK0.9100.890.22
HSL121.33º83.33%42.35%-
HSV(B)121.33º90.91%77.65%-
XYZ20.5940.577.51-
YUV124.1270.3752.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 198 (77.73% from 255) = 83.19%
BLUE value IS 22 (8.98% from 255) = 9.24%
R=7.56%
G=83.19%
B=9.24%

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
Decimal18198220.9100.890.22121.3383.3342.35
Hex12C6165B0591679532a
Octal223062613301312617112352
Binary1001011000110101101011011010110011011011110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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