#20D21F

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

Shades of Lime Green #20D21F

Tints of Lime Green #20D21F

Color information

#20D21F (or 0x20D21F) is unknown color: approx Lime Green. HEX triplet: 20, D2 and 1F. RGB value is (32,210,31). Sum of RGB (Red+Green+Blue) = 32+210+31=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 210 (82.42% from 255 or 76.92% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 210 - color contains mainly: green. Hex color #20D21F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #20D21F is #DF2DE0. Grayscale: #888888. Windows color (decimal): -14626273 or 2085408. OLE color: 2085408.

HSL color Cylindrical-coordinate representation of color #20D21F: hue angle of 119.66º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #20D21F is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB3221031-
CMYK0.8500.850.18
HSL119.66º74.27%47.25%-
HSV(B)119.66º85.24%82.35%-
XYZ23.8946.59.01-
YUV136.3768.5353.55-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.72%
GREEN value IS 210 (82.42% from 255) = 76.92%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=11.72%
G=76.92%
B=11.36%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal32210310.8500.850.18119.6674.2747.25
Hex20D21F5505512784a2f
Octal403223712501252217011257
Binary10000011010010111111010101010101011001011110001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20D21F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,210,31); }

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

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

 a { background-color: rgb(32,210,31); }

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

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

 span { border-color: rgb(32,210,31); }

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