Shades of Lime Green #21D52F
Tints of Lime Green #21D52F
RGB
CMYK
RGB Variations
Color information
#21D52F (or 0x21D52F) is known color: Lime Green. HEX triplet: 21, D5 and 2F. RGB value is (33,213,47). Sum of RGB (Red+Green+Blue) = 33+213+47=293 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.26% from 293); Green value is 213 (83.59% from 255 or 72.70% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 213 - color contains mainly: green. Hex color #21D52F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D52F is #DE2AD0. Grayscale: #8C8C8C. Windows color (decimal): -14559953 or 3134753. OLE color: 3134753.
HSL color Cylindrical-coordinate representation of color #21D52F: hue angle of 124.67º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21D52F is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 47 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.16 |
| HSL | 124.67º | 0.73% | 0.48% | - |
| HSV(B) | 124.67º | 0.85% | 0.84% | - |
| XYZ | 24.93 | 48.12 | 10.66 | - |
| YUV | 140.26 | 75.37 | 51.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 47 | 0.85 | 0 | 0.78 | 0.16 | 124.67 | 0.73 | 0.48 |
| Hex | 21 | D5 | 2F | 55 | 0 | 4E | 10 | 7D | 49 | 30 |
| Octal | 41 | 325 | 57 | 125 | 0 | 116 | 20 | 175 | 111 | 60 |
| Binary | 100001 | 11010101 | 101111 | 1010101 | 0 | 1001110 | 10000 | 1111101 | 1001001 | 110000 |
Color Harmonies of #21D52F
Complementary color
Monochromatic Colors of #21D52F
Black with #21D52F
Text Example
Text Example
White with #21D52F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D52F; }
p { color: rgb(33,213,47); }
H1.HeaderClassName
{
color: #21D52F;
}
.AnyTagClassName
{
color: #21D52F;
}
</style>
background-color css
<style>
a { background-color: #21D52F; }
a { background-color: rgb(33,213,47); }
div.DivClassName
{
background-color: #21D52F;
}
.BgClassName
{
background-color: #21D52F;
}
</style>
border-color css
<style>
span { border-color: #21D52F; }
span { border-color: rgb(33,213,47); }
td.TdClassName
{
border-color: #21D52F;
}
.TagClassName
{
border-color: #21D52F;
}
</style>