Shades of Lime Green #21DF29
Tints of Lime Green #21DF29
RGB
CMYK
RGB Variations
Color information
#21DF29 (or 0x21DF29) is known color: Lime Green. HEX triplet: 21, DF and 29. RGB value is (33,223,41). Sum of RGB (Red+Green+Blue) = 33+223+41=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 223 (87.5% from 255 or 75.08% from 297); Blue value is 41 (16.41% from 255 or 13.80% from 297); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF29 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF29 is #DE20D6. Grayscale: #919191. Windows color (decimal): -14557399 or 2744097. OLE color: 2744097.
HSL color Cylindrical-coordinate representation of color #21DF29: hue angle of 122.53º degrees, saturation: 0.75, 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 #21DF29 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 41 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.13 |
| HSL | 122.53º | 0.75% | 0.5% | - |
| HSV(B) | 122.53º | 0.85% | 0.87% | - |
| XYZ | 27.42 | 53.26 | 10.93 | - |
| YUV | 145.44 | 69.05 | 47.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 41 | 0.85 | 0 | 0.82 | 0.13 | 122.53 | 0.75 | 0.5 |
| Hex | 21 | DF | 29 | 55 | 0 | 52 | D | 7B | 4B | 32 |
| Octal | 41 | 337 | 51 | 125 | 0 | 122 | 15 | 173 | 113 | 62 |
| Binary | 100001 | 11011111 | 101001 | 1010101 | 0 | 1010010 | 1101 | 1111011 | 1001011 | 110010 |
Color Harmonies of #21DF29
Complementary color
Monochromatic Colors of #21DF29
Black with #21DF29
Text Example
Text Example
White with #21DF29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF29; }
p { color: rgb(33,223,41); }
H1.HeaderClassName
{
color: #21DF29;
}
.AnyTagClassName
{
color: #21DF29;
}
</style>
background-color css
<style>
a { background-color: #21DF29; }
a { background-color: rgb(33,223,41); }
div.DivClassName
{
background-color: #21DF29;
}
.BgClassName
{
background-color: #21DF29;
}
</style>
border-color css
<style>
span { border-color: #21DF29; }
span { border-color: rgb(33,223,41); }
td.TdClassName
{
border-color: #21DF29;
}
.TagClassName
{
border-color: #21DF29;
}
</style>