#12C615

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

Shades of Lime Green #12C615

Tints of Lime Green #12C615

Color information

#12C615 (or 0x12C615) is unknown color: approx Lime Green. HEX triplet: 12, C6 and 15. RGB value is (18,198,21). Sum of RGB (Red+Green+Blue) = 18+198+21=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 198 (77.73% from 255 or 83.54% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 198 - color contains mainly: green. Hex color #12C615 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C615 is #ED39EA. Grayscale: #7C7C7C. Windows color (decimal): -15546859 or 1426962. OLE color: 1426962.

HSL color Cylindrical-coordinate representation of color #12C615: hue angle of 121º 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 #12C615 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.

Color convert

RGB1819821-
CMYK0.9100.890.22
HSL121º83.33%42.35%-
HSV(B)121º90.91%77.65%-
XYZ20.5840.577.46-
YUV12469.8752.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 198 (77.73% from 255) = 83.54%
BLUE value IS 21 (8.59% from 255) = 8.86%
R=7.59%
G=83.54%
B=8.86%

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
Decimal18198210.9100.890.2212183.3342.35
Hex12C6155B0591679532a
Octal223062513301312617112352
Binary1001011000110101011011011010110011011011110011010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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