Shades of Lime Green #21E73A
Tints of Lime Green #21E73A
RGB
CMYK
RGB Variations
Color information
#21E73A (or 0x21E73A) is known color: Lime Green. HEX triplet: 21, E7 and 3A. RGB value is (33,231,58). Sum of RGB (Red+Green+Blue) = 33+231+58=322 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.25% from 322); Green value is 231 (90.62% from 255 or 71.74% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 231 - color contains mainly: green. Hex color #21E73A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E73A is #DE18C5. Grayscale: #989898. Windows color (decimal): -14555334 or 3860257. OLE color: 3860257.
HSL color Cylindrical-coordinate representation of color #21E73A: hue angle of 127.58º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E73A is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 231 | 58 | - |
| CMYK | 0.86 | 0 | 0.75 | 0.09 |
| HSL | 127.58º | 0.8% | 0.52% | - |
| HSV(B) | 127.58º | 0.86% | 0.91% | - |
| XYZ | 29.97 | 57.78 | 13.58 | - |
| YUV | 152.08 | 74.9 | 43.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 231 | 58 | 0.86 | 0 | 0.75 | 0.09 | 127.58 | 0.8 | 0.52 |
| Hex | 21 | E7 | 3A | 56 | 0 | 4B | 9 | 80 | 50 | 34 |
| Octal | 41 | 347 | 72 | 126 | 0 | 113 | 11 | 200 | 120 | 64 |
| Binary | 100001 | 11100111 | 111010 | 1010110 | 0 | 1001011 | 1001 | 10000000 | 1010000 | 110100 |
Color Harmonies of #21E73A
Complementary color
Monochromatic Colors of #21E73A
Black with #21E73A
Text Example
Text Example
White with #21E73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E73A; }
p { color: rgb(33,231,58); }
H1.HeaderClassName
{
color: #21E73A;
}
.AnyTagClassName
{
color: #21E73A;
}
</style>
background-color css
<style>
a { background-color: #21E73A; }
a { background-color: rgb(33,231,58); }
div.DivClassName
{
background-color: #21E73A;
}
.BgClassName
{
background-color: #21E73A;
}
</style>
border-color css
<style>
span { border-color: #21E73A; }
span { border-color: rgb(33,231,58); }
td.TdClassName
{
border-color: #21E73A;
}
.TagClassName
{
border-color: #21E73A;
}
</style>