#14C610

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

Shades of Lime Green #14C610

Tints of Lime Green #14C610

Color information

#14C610 (or 0x14C610) is unknown color: approx Lime Green. HEX triplet: 14, C6 and 10. RGB value is (20,198,16). Sum of RGB (Red+Green+Blue) = 20+198+16=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 198 (77.73% from 255 or 84.62% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 198 - color contains mainly: green. Hex color #14C610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C610 is #EB39EF. Grayscale: #7C7C7C. Windows color (decimal): -15415792 or 1099284. OLE color: 1099284.

HSL color Cylindrical-coordinate representation of color #14C610: hue angle of 118.68º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14C610 is Cyan = 0.90, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB2019816-
CMYK0.9000.920.22
HSL118.68º85.05%41.96%-
HSV(B)118.68º91.92%77.65%-
XYZ20.5840.577.24-
YUV124.0367.0353.8-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 198 (77.73% from 255) = 84.62%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=8.55%
G=84.62%
B=6.84%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20198160.9000.920.22118.6885.0541.96
Hex14C6105A05C1677552a
Octal243062013201342616712552
Binary1010011000110100001011010010111001011011101111010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,198,16); }

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

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

 a { background-color: rgb(20,198,16); }

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

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

 span { border-color: rgb(20,198,16); }

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