#14C712

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

Shades of Lime Green #14C712

Tints of Lime Green #14C712

Color information

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

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

Color convert

RGB2019918-
CMYK0.9000.910.22
HSL119.34º83.41%42.55%-
HSV(B)119.34º90.95%78.04%-
XYZ20.8241.047.4-
YUV124.8467.753.22-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20199180.9000.910.22119.3483.4142.55
Hex14C7125A05B1677532b
Octal243072213201332616712353
Binary1010011000111100101011010010110111011011101111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14C712; }

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

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

<style>
 a { background-color: #14C712; }

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

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

<style>
 span { border-color: #14C712; }

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

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