Shades of Lime Green #21DF35
Tints of Lime Green #21DF35
RGB
CMYK
RGB Variations
Color information
#21DF35 (or 0x21DF35) is known color: Lime Green. HEX triplet: 21, DF and 35. RGB value is (33,223,53). Sum of RGB (Red+Green+Blue) = 33+223+53=309 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.68% from 309); Green value is 223 (87.5% from 255 or 72.17% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 223 - color contains mainly: green. Hex color #21DF35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21DF35 is #DE20CA. Grayscale: #939393. Windows color (decimal): -14557387 or 3530529. OLE color: 3530529.
HSL color Cylindrical-coordinate representation of color #21DF35: hue angle of 126.32º 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 #21DF35 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 223 | 53 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.13 |
| HSL | 126.32º | 0.75% | 0.5% | - |
| HSV(B) | 126.32º | 0.85% | 0.87% | - |
| XYZ | 27.66 | 53.36 | 12.21 | - |
| YUV | 146.81 | 75.05 | 46.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 223 | 53 | 0.85 | 0 | 0.76 | 0.13 | 126.32 | 0.75 | 0.5 |
| Hex | 21 | DF | 35 | 55 | 0 | 4C | D | 7E | 4B | 32 |
| Octal | 41 | 337 | 65 | 125 | 0 | 114 | 15 | 176 | 113 | 62 |
| Binary | 100001 | 11011111 | 110101 | 1010101 | 0 | 1001100 | 1101 | 1111110 | 1001011 | 110010 |
Color Harmonies of #21DF35
Complementary color
Monochromatic Colors of #21DF35
Black with #21DF35
Text Example
Text Example
White with #21DF35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21DF35; }
p { color: rgb(33,223,53); }
H1.HeaderClassName
{
color: #21DF35;
}
.AnyTagClassName
{
color: #21DF35;
}
</style>
background-color css
<style>
a { background-color: #21DF35; }
a { background-color: rgb(33,223,53); }
div.DivClassName
{
background-color: #21DF35;
}
.BgClassName
{
background-color: #21DF35;
}
</style>
border-color css
<style>
span { border-color: #21DF35; }
span { border-color: rgb(33,223,53); }
td.TdClassName
{
border-color: #21DF35;
}
.TagClassName
{
border-color: #21DF35;
}
</style>