Shades of Lime Green #21E835
Tints of Lime Green #21E835
RGB
CMYK
RGB Variations
Color information
#21E835 (or 0x21E835) is known color: Lime Green. HEX triplet: 21, E8 and 35. RGB value is (33,232,53). Sum of RGB (Red+Green+Blue) = 33+232+53=318 (42% of max value = 765). Red value is 33 (13.28% from 255 or 10.38% from 318); Green value is 232 (91.02% from 255 or 72.96% from 318); Blue value is 53 (21.09% from 255 or 16.67% from 318); Max value from RGB is 232 - color contains mainly: green. Hex color #21E835 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E835 is #DE17CA. Grayscale: #989898. Windows color (decimal): -14555083 or 3532833. OLE color: 3532833.
HSL color Cylindrical-coordinate representation of color #21E835: hue angle of 126.03º degrees, saturation: 0.81, 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 #21E835 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 53 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.09 |
| HSL | 126.03º | 0.81% | 0.52% | - |
| HSV(B) | 126.03º | 0.86% | 0.91% | - |
| XYZ | 30.13 | 58.29 | 13.03 | - |
| YUV | 152.09 | 72.07 | 43.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 53 | 0.86 | 0 | 0.77 | 0.09 | 126.03 | 0.81 | 0.52 |
| Hex | 21 | E8 | 35 | 56 | 0 | 4D | 9 | 7E | 51 | 34 |
| Octal | 41 | 350 | 65 | 126 | 0 | 115 | 11 | 176 | 121 | 64 |
| Binary | 100001 | 11101000 | 110101 | 1010110 | 0 | 1001101 | 1001 | 1111110 | 1010001 | 110100 |
Color Harmonies of #21E835
Complementary color
Monochromatic Colors of #21E835
Black with #21E835
Text Example
Text Example
White with #21E835
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E835; }
p { color: rgb(33,232,53); }
H1.HeaderClassName
{
color: #21E835;
}
.AnyTagClassName
{
color: #21E835;
}
</style>
background-color css
<style>
a { background-color: #21E835; }
a { background-color: rgb(33,232,53); }
div.DivClassName
{
background-color: #21E835;
}
.BgClassName
{
background-color: #21E835;
}
</style>
border-color css
<style>
span { border-color: #21E835; }
span { border-color: rgb(33,232,53); }
td.TdClassName
{
border-color: #21E835;
}
.TagClassName
{
border-color: #21E835;
}
</style>