Shades of Lime Green #21E832
Tints of Lime Green #21E832
RGB
CMYK
RGB Variations
Color information
#21E832 (or 0x21E832) is known color: Lime Green. HEX triplet: 21, E8 and 32. RGB value is (33,232,50). Sum of RGB (Red+Green+Blue) = 33+232+50=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 232 (91.02% from 255 or 73.65% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 232 - color contains mainly: green. Hex color #21E832 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #21E832 is #DE17CD. Grayscale: #989898. Windows color (decimal): -14555086 or 3336225. OLE color: 3336225.
HSL color Cylindrical-coordinate representation of color #21E832: hue angle of 125.13º 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 #21E832 is Cyan = 0.86, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 33 | 232 | 50 | - |
| CMYK | 0.86 | 0 | 0.78 | 0.09 |
| HSL | 125.13º | 0.81% | 0.52% | - |
| HSV(B) | 125.13º | 0.86% | 0.91% | - |
| XYZ | 30.06 | 58.27 | 12.68 | - |
| YUV | 151.75 | 70.57 | 43.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 232 | 50 | 0.86 | 0 | 0.78 | 0.09 | 125.13 | 0.81 | 0.52 |
| Hex | 21 | E8 | 32 | 56 | 0 | 4E | 9 | 7D | 51 | 34 |
| Octal | 41 | 350 | 62 | 126 | 0 | 116 | 11 | 175 | 121 | 64 |
| Binary | 100001 | 11101000 | 110010 | 1010110 | 0 | 1001110 | 1001 | 1111101 | 1010001 | 110100 |
Color Harmonies of #21E832
Complementary color
Monochromatic Colors of #21E832
Black with #21E832
Text Example
Text Example
White with #21E832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E832; }
p { color: rgb(33,232,50); }
H1.HeaderClassName
{
color: #21E832;
}
.AnyTagClassName
{
color: #21E832;
}
</style>
background-color css
<style>
a { background-color: #21E832; }
a { background-color: rgb(33,232,50); }
div.DivClassName
{
background-color: #21E832;
}
.BgClassName
{
background-color: #21E832;
}
</style>
border-color css
<style>
span { border-color: #21E832; }
span { border-color: rgb(33,232,50); }
td.TdClassName
{
border-color: #21E832;
}
.TagClassName
{
border-color: #21E832;
}
</style>