#12C714

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

Shades of Lime Green #12C714

Tints of Lime Green #12C714

Color information

#12C714 (or 0x12C714) is unknown color: approx Lime Green. HEX triplet: 12, C7 and 14. RGB value is (18,199,20). Sum of RGB (Red+Green+Blue) = 18+199+20=237 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.59% from 237); Green value is 199 (78.12% from 255 or 83.97% from 237); Blue value is 20 (8.20% from 255 or 8.44% from 237); Max value from RGB is 199 - color contains mainly: green. Hex color #12C714 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C714 is #ED38EB. Grayscale: #7D7D7D. Windows color (decimal): -15546604 or 1361682. OLE color: 1361682.

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

Color convert

RGB1819920-
CMYK0.9100.900.22
HSL120.66º83.41%42.55%-
HSV(B)120.66º90.95%78.04%-
XYZ20.841.037.48-
YUV124.4869.0352.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.59%
GREEN value IS 199 (78.12% from 255) = 83.97%
BLUE value IS 20 (8.20% from 255) = 8.44%
R=7.59%
G=83.97%
B=8.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal18199200.9100.900.22120.6683.4142.55
Hex12C7145B05A1679532b
Octal223072413301322617112353
Binary1001011000111101001011011010110101011011110011010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12C714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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