#14C820

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

Shades of Lime Green #14C820

Tints of Lime Green #14C820

Color information

#14C820 (or 0x14C820) is unknown color: approx Lime Green. HEX triplet: 14, C8 and 20. RGB value is (20,200,32). Sum of RGB (Red+Green+Blue) = 20+200+32=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #14C820 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C820 is #EB37DF. Grayscale: #7F7F7F. Windows color (decimal): -15415264 or 2148372. OLE color: 2148372.

HSL color Cylindrical-coordinate representation of color #14C820: hue angle of 124º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14C820 is Cyan = 0.9, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB2020032-
CMYK0.900.840.22
HSL124º81.82%43.14%-
HSV(B)124º90%78.43%-
XYZ21.241.568.27-
YUV127.0374.3751.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 200 (78.52% from 255) = 79.37%
BLUE value IS 32 (12.89% from 255) = 12.70%
R=7.94%
G=79.37%
B=12.70%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20200320.900.840.2212481.8243.14
Hex14C8205A054167c522b
Octal243104013201242617412253
Binary10100110010001000001011010010101001011011111001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14C820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,200,32); }

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

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

 a { background-color: rgb(20,200,32); }

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

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

 span { border-color: rgb(20,200,32); }

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