#14C016

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

Shades of Lime Green #14C016

Tints of Lime Green #14C016

Color information

#14C016 (or 0x14C016) is unknown color: approx Lime Green. HEX triplet: 14, C0 and 16. RGB value is (20,192,22). Sum of RGB (Red+Green+Blue) = 20+192+22=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 192 (75.39% from 255 or 82.05% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 192 - color contains mainly: green. Hex color #14C016 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C016 is #EB3FE9. Grayscale: #797979. Windows color (decimal): -15417322 or 1490964. OLE color: 1490964.

HSL color Cylindrical-coordinate representation of color #14C016: hue angle of 120.7º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C016 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB2019222-
CMYK0.9000.890.25
HSL120.7º81.13%41.57%-
HSV(B)120.7º89.58%75.29%-
XYZ19.2837.917.06-
YUV121.1972.0255.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 192 (75.39% from 255) = 82.05%
BLUE value IS 22 (8.98% from 255) = 9.40%
R=8.55%
G=82.05%
B=9.40%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal20192220.9000.890.25120.781.1341.57
Hex14C0165A0591979512a
Octal243002613201313117112152
Binary1010011000000101101011010010110011100111110011010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,192,22); }

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

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

 a { background-color: rgb(20,192,22); }

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

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

 span { border-color: rgb(20,192,22); }

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