#12C715

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

Shades of Lime Green #12C715

Tints of Lime Green #12C715

Color information

#12C715 (or 0x12C715) is unknown color: approx Lime Green. HEX triplet: 12, C7 and 15. RGB value is (18,199,21). Sum of RGB (Red+Green+Blue) = 18+199+21=238 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.56% from 238); Green value is 199 (78.12% from 255 or 83.61% from 238); Blue value is 21 (8.59% from 255 or 8.82% from 238); Max value from RGB is 199 - color contains mainly: green. Hex color #12C715 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C715 is #ED38EA. Grayscale: #7D7D7D. Windows color (decimal): -15546603 or 1427218. OLE color: 1427218.

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

Color convert

RGB1819921-
CMYK0.9100.890.22
HSL120.99º83.41%42.55%-
HSV(B)120.99º90.95%78.04%-
XYZ20.8141.037.53-
YUV124.5969.5351.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.56%
GREEN value IS 199 (78.12% from 255) = 83.61%
BLUE value IS 21 (8.59% from 255) = 8.82%
R=7.56%
G=83.61%
B=8.82%

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
Decimal18199210.9100.890.22120.9983.4142.55
Hex12C7155B0591679532b
Octal223072513301312617112353
Binary1001011000111101011011011010110011011011110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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