#21DD20

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

Shades of Lime Green #21DD20

Tints of Lime Green #21DD20

Color information

#21DD20 (or 0x21DD20) is unknown color: approx Lime Green. HEX triplet: 21, DD and 20. RGB value is (33,221,32). Sum of RGB (Red+Green+Blue) = 33+221+32=286 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.54% from 286); Green value is 221 (86.72% from 255 or 77.27% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD20 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD20 is #DE22DF. Grayscale: #8F8F8F. Windows color (decimal): -14557920 or 2153761. OLE color: 2153761.

HSL color Cylindrical-coordinate representation of color #21DD20: hue angle of 119.68º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21DD20 is Cyan = 0.85, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB3322132-
CMYK0.8500.860.13
HSL119.68º74.7%49.61%-
HSV(B)119.68º85.52%86.67%-
XYZ26.7452.1410.02-
YUV143.2465.2249.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.54%
GREEN value IS 221 (86.72% from 255) = 77.27%
BLUE value IS 32 (12.89% from 255) = 11.19%
R=11.54%
G=77.27%
B=11.19%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal33221320.8500.860.13119.6874.749.61
Hex21DD2055056D784b32
Octal413354012501261517011362
Binary10000111011101100000101010101010110110111110001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21DD20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21DD20; }

 p { color: rgb(33,221,32); }

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

<style>
 a { background-color: #21DD20; }

 a { background-color: rgb(33,221,32); }

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

<style>
 span { border-color: #21DD20; }

 span { border-color: rgb(33,221,32); }

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