#20D41D

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

Shades of Lime Green #20D41D

Tints of Lime Green #20D41D

Color information

#20D41D (or 0x20D41D) is unknown color: approx Lime Green. HEX triplet: 20, D4 and 1D. RGB value is (32,212,29). Sum of RGB (Red+Green+Blue) = 32+212+29=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 212 (83.20% from 255 or 77.66% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 212 - color contains mainly: green. Hex color #20D41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D41D is #DF2BE2. Grayscale: #898989. Windows color (decimal): -14625763 or 1954848. OLE color: 1954848.

HSL color Cylindrical-coordinate representation of color #20D41D: hue angle of 119.02º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #20D41D is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.17.

Color convert

RGB3221229-
CMYK0.8500.860.17
HSL119.02º75.93%47.25%-
HSV(B)119.02º86.32%83.14%-
XYZ24.3647.489.04-
YUV137.3266.8752.88-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 212 (83.20% from 255) = 77.66%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=11.72%
G=77.66%
B=10.62%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal32212290.8500.860.17119.0275.9347.25
Hex20D41D5505611774c2f
Octal403243512501262116711457
Binary10000011010100111011010101010101101000111101111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,212,29); }

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

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

 a { background-color: rgb(32,212,29); }

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

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

 span { border-color: rgb(32,212,29); }

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