Shades of Lime Green #21EE3A
Tints of Lime Green #21EE3A
RGB
CMYK
RGB Variations
Color information
#21EE3A (or 0x21EE3A) is known color: Lime Green. HEX triplet: 21, EE and 3A. RGB value is (33,238,58). Sum of RGB (Red+Green+Blue) = 33+238+58=329 (43% of max value = 765). Red value is 33 (13.28% from 255 or 10.03% from 329); Green value is 238 (93.36% from 255 or 72.34% from 329); Blue value is 58 (23.05% from 255 or 17.63% from 329); Max value from RGB is 238 - color contains mainly: green. Hex color #21EE3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21EE3A is #DE11C5. Grayscale: #9C9C9C. Windows color (decimal): -14553542 or 3862049. OLE color: 3862049.
HSL color Cylindrical-coordinate representation of color #21EE3A: hue angle of 127.32º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21EE3A is Cyan = 0.86, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 238 | 58 | - |
| CMYK | 0.86 | 0 | 0.76 | 0.07 |
| HSL | 127.32º | 0.86% | 0.53% | - |
| HSV(B) | 127.32º | 0.86% | 0.93% | - |
| XYZ | 31.97 | 61.78 | 14.24 | - |
| YUV | 156.19 | 72.58 | 40.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 238 | 58 | 0.86 | 0 | 0.76 | 0.07 | 127.32 | 0.86 | 0.53 |
| Hex | 21 | EE | 3A | 56 | 0 | 4C | 7 | 7F | 56 | 35 |
| Octal | 41 | 356 | 72 | 126 | 0 | 114 | 7 | 177 | 126 | 65 |
| Binary | 100001 | 11101110 | 111010 | 1010110 | 0 | 1001100 | 111 | 1111111 | 1010110 | 110101 |
Color Harmonies of #21EE3A
Complementary color
Monochromatic Colors of #21EE3A
Black with #21EE3A
Text Example
Text Example
White with #21EE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21EE3A; }
p { color: rgb(33,238,58); }
H1.HeaderClassName
{
color: #21EE3A;
}
.AnyTagClassName
{
color: #21EE3A;
}
</style>
background-color css
<style>
a { background-color: #21EE3A; }
a { background-color: rgb(33,238,58); }
div.DivClassName
{
background-color: #21EE3A;
}
.BgClassName
{
background-color: #21EE3A;
}
</style>
border-color css
<style>
span { border-color: #21EE3A; }
span { border-color: rgb(33,238,58); }
td.TdClassName
{
border-color: #21EE3A;
}
.TagClassName
{
border-color: #21EE3A;
}
</style>