#20C814

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

Shades of Lime Green #20C814

Tints of Lime Green #20C814

Color information

#20C814 (or 0x20C814) is unknown color: approx Lime Green. HEX triplet: 20, C8 and 14. RGB value is (32,200,20). Sum of RGB (Red+Green+Blue) = 32+200+20=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 200 (78.52% from 255 or 79.37% from 252); Blue value is 20 (8.20% from 255 or 7.94% from 252); Max value from RGB is 200 - color contains mainly: green. Hex color #20C814 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C814 is #DF37EB. Grayscale: #818181. Windows color (decimal): -14628844 or 1361952. OLE color: 1361952.

HSL color Cylindrical-coordinate representation of color #20C814: hue angle of 116º 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 #20C814 is Cyan = 0.84, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.22.

Color convert

RGB3220020-
CMYK0.8400.90.22
HSL116º81.82%43.14%-
HSV(B)116º90%78.43%-
XYZ21.3841.677.58-
YUV129.2566.3458.64-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.9
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal32200200.8400.90.2211681.8243.14
Hex20C8145405A1674522b
Octal403102412401322616412253
Binary10000011001000101001010100010110101011011101001010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20C814; }

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

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

<style>
 a { background-color: #20C814; }

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

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

<style>
 span { border-color: #20C814; }

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

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