Shades of Lime Green #21DD28
Tints of Lime Green #21DD28
RGB
CMYK
RGB Variations
Color information
#21DD28 (or 0x21DD28) is known color: Lime Green. HEX triplet: 21, DD and 28. RGB value is (33,221,40). Sum of RGB (Red+Green+Blue) = 33+221+40=294 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.22% from 294); Green value is 221 (86.72% from 255 or 75.17% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 221 - color contains mainly: green. Hex color #21DD28 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DD28 is #DE22D7. Grayscale: #909090. Windows color (decimal): -14557912 or 2678049. OLE color: 2678049.
HSL color Cylindrical-coordinate representation of color #21DD28: hue angle of 122.23º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21DD28 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 221 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.13 |
| HSL | 122.23º | 0.74% | 0.5% | - |
| HSV(B) | 122.23º | 0.85% | 0.87% | - |
| XYZ | 26.87 | 52.19 | 10.67 | - |
| YUV | 144.15 | 69.22 | 48.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 221 | 40 | 0.85 | 0 | 0.82 | 0.13 | 122.23 | 0.74 | 0.5 |
| Hex | 21 | DD | 28 | 55 | 0 | 52 | D | 7A | 4A | 32 |
| Octal | 41 | 335 | 50 | 125 | 0 | 122 | 15 | 172 | 112 | 62 |
| Binary | 100001 | 11011101 | 101000 | 1010101 | 0 | 1010010 | 1101 | 1111010 | 1001010 | 110010 |
Color Harmonies of #21DD28
Complementary color
Monochromatic Colors of #21DD28
Black with #21DD28
Text Example
Text Example
White with #21DD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DD28; }
p { color: rgb(33,221,40); }
H1.HeaderClassName
{
color: #21DD28;
}
.AnyTagClassName
{
color: #21DD28;
}
</style>
background-color css
<style>
a { background-color: #21DD28; }
a { background-color: rgb(33,221,40); }
div.DivClassName
{
background-color: #21DD28;
}
.BgClassName
{
background-color: #21DD28;
}
</style>
border-color css
<style>
span { border-color: #21DD28; }
span { border-color: rgb(33,221,40); }
td.TdClassName
{
border-color: #21DD28;
}
.TagClassName
{
border-color: #21DD28;
}
</style>