Shades of Lime Green #21D72F
Tints of Lime Green #21D72F
RGB
CMYK
RGB Variations
Color information
#21D72F (or 0x21D72F) is known color: Lime Green. HEX triplet: 21, D7 and 2F. RGB value is (33,215,47). Sum of RGB (Red+Green+Blue) = 33+215+47=295 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.19% from 295); Green value is 215 (84.38% from 255 or 72.88% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 215 - color contains mainly: green. Hex color #21D72F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D72F is #DE28D0. Grayscale: #8D8D8D. Windows color (decimal): -14559441 or 3135265. OLE color: 3135265.
HSL color Cylindrical-coordinate representation of color #21D72F: hue angle of 124.62º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D72F is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 215 | 47 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.16 |
| HSL | 124.62º | 0.73% | 0.49% | - |
| HSV(B) | 124.62º | 0.85% | 0.84% | - |
| XYZ | 25.44 | 49.13 | 10.83 | - |
| YUV | 141.43 | 74.7 | 50.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 215 | 47 | 0.85 | 0 | 0.78 | 0.16 | 124.62 | 0.73 | 0.49 |
| Hex | 21 | D7 | 2F | 55 | 0 | 4E | 10 | 7D | 49 | 31 |
| Octal | 41 | 327 | 57 | 125 | 0 | 116 | 20 | 175 | 111 | 61 |
| Binary | 100001 | 11010111 | 101111 | 1010101 | 0 | 1001110 | 10000 | 1111101 | 1001001 | 110001 |
Color Harmonies of #21D72F
Complementary color
Monochromatic Colors of #21D72F
Black with #21D72F
Text Example
Text Example
White with #21D72F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D72F; }
p { color: rgb(33,215,47); }
H1.HeaderClassName
{
color: #21D72F;
}
.AnyTagClassName
{
color: #21D72F;
}
</style>
background-color css
<style>
a { background-color: #21D72F; }
a { background-color: rgb(33,215,47); }
div.DivClassName
{
background-color: #21D72F;
}
.BgClassName
{
background-color: #21D72F;
}
</style>
border-color css
<style>
span { border-color: #21D72F; }
span { border-color: rgb(33,215,47); }
td.TdClassName
{
border-color: #21D72F;
}
.TagClassName
{
border-color: #21D72F;
}
</style>