Shades of Lime Green #21E02D
Tints of Lime Green #21E02D
RGB
CMYK
RGB Variations
Color information
#21E02D (or 0x21E02D) is known color: Lime Green. HEX triplet: 21, E0 and 2D. RGB value is (33,224,45). Sum of RGB (Red+Green+Blue) = 33+224+45=302 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.93% from 302); Green value is 224 (87.89% from 255 or 74.17% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 224 - color contains mainly: green. Hex color #21E02D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E02D is #DE1FD2. Grayscale: #939393. Windows color (decimal): -14557139 or 3006497. OLE color: 3006497.
HSL color Cylindrical-coordinate representation of color #21E02D: hue angle of 123.77º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E02D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 45 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.12 |
| HSL | 123.77º | 0.75% | 0.5% | - |
| HSV(B) | 123.77º | 0.85% | 0.88% | - |
| XYZ | 27.76 | 53.82 | 11.41 | - |
| YUV | 146.49 | 70.72 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 45 | 0.85 | 0 | 0.80 | 0.12 | 123.77 | 0.75 | 0.5 |
| Hex | 21 | E0 | 2D | 55 | 0 | 50 | C | 7C | 4B | 32 |
| Octal | 41 | 340 | 55 | 125 | 0 | 120 | 14 | 174 | 113 | 62 |
| Binary | 100001 | 11100000 | 101101 | 1010101 | 0 | 1010000 | 1100 | 1111100 | 1001011 | 110010 |
Color Harmonies of #21E02D
Complementary color
Monochromatic Colors of #21E02D
Black with #21E02D
Text Example
Text Example
White with #21E02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E02D; }
p { color: rgb(33,224,45); }
H1.HeaderClassName
{
color: #21E02D;
}
.AnyTagClassName
{
color: #21E02D;
}
</style>
background-color css
<style>
a { background-color: #21E02D; }
a { background-color: rgb(33,224,45); }
div.DivClassName
{
background-color: #21E02D;
}
.BgClassName
{
background-color: #21E02D;
}
</style>
border-color css
<style>
span { border-color: #21E02D; }
span { border-color: rgb(33,224,45); }
td.TdClassName
{
border-color: #21E02D;
}
.TagClassName
{
border-color: #21E02D;
}
</style>