Shades of Lime Green #21D52D
Tints of Lime Green #21D52D
RGB
CMYK
RGB Variations
Color information
#21D52D (or 0x21D52D) is known color: Lime Green. HEX triplet: 21, D5 and 2D. RGB value is (33,213,45). Sum of RGB (Red+Green+Blue) = 33+213+45=291 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.34% from 291); Green value is 213 (83.59% from 255 or 73.20% from 291); Blue value is 45 (17.97% from 255 or 15.46% from 291); Max value from RGB is 213 - color contains mainly: green. Hex color #21D52D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21D52D is #DE2AD2. Grayscale: #8C8C8C. Windows color (decimal): -14559955 or 3003681. OLE color: 3003681.
HSL color Cylindrical-coordinate representation of color #21D52D: hue angle of 124º 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 #21D52D is Cyan = 0.85, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 33 | 213 | 45 | - |
| CMYK | 0.85 | 0 | 0.79 | 0.16 |
| HSL | 124º | 0.73% | 0.48% | - |
| HSV(B) | 124º | 0.85% | 0.84% | - |
| XYZ | 24.9 | 48.1 | 10.46 | - |
| YUV | 140.03 | 74.37 | 51.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 213 | 45 | 0.85 | 0 | 0.79 | 0.16 | 124 | 0.73 | 0.48 |
| Hex | 21 | D5 | 2D | 55 | 0 | 4F | 10 | 7C | 49 | 30 |
| Octal | 41 | 325 | 55 | 125 | 0 | 117 | 20 | 174 | 111 | 60 |
| Binary | 100001 | 11010101 | 101101 | 1010101 | 0 | 1001111 | 10000 | 1111100 | 1001001 | 110000 |
Color Harmonies of #21D52D
Complementary color
Monochromatic Colors of #21D52D
Black with #21D52D
Text Example
Text Example
White with #21D52D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21D52D; }
p { color: rgb(33,213,45); }
H1.HeaderClassName
{
color: #21D52D;
}
.AnyTagClassName
{
color: #21D52D;
}
</style>
background-color css
<style>
a { background-color: #21D52D; }
a { background-color: rgb(33,213,45); }
div.DivClassName
{
background-color: #21D52D;
}
.BgClassName
{
background-color: #21D52D;
}
</style>
border-color css
<style>
span { border-color: #21D52D; }
span { border-color: rgb(33,213,45); }
td.TdClassName
{
border-color: #21D52D;
}
.TagClassName
{
border-color: #21D52D;
}
</style>