Shades of Lime Green #21E132
Tints of Lime Green #21E132
RGB
CMYK
RGB Variations
Color information
#21E132 (or 0x21E132) is known color: Lime Green. HEX triplet: 21, E1 and 32. RGB value is (33,225,50). Sum of RGB (Red+Green+Blue) = 33+225+50=308 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.71% from 308); Green value is 225 (88.28% from 255 or 73.05% from 308); Blue value is 50 (19.92% from 255 or 16.23% from 308); Max value from RGB is 225 - color contains mainly: green. Hex color #21E132 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E132 is #DE1ECD. Grayscale: #949494. Windows color (decimal): -14556878 or 3334433. OLE color: 3334433.
HSL color Cylindrical-coordinate representation of color #21E132: hue angle of 125.31º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E132 is Cyan = 0.85, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 225 | 50 | - |
| CMYK | 0.85 | 0 | 0.78 | 0.12 |
| HSL | 125.31º | 0.76% | 0.51% | - |
| HSV(B) | 125.31º | 0.85% | 0.88% | - |
| XYZ | 28.13 | 54.4 | 12.04 | - |
| YUV | 147.64 | 72.89 | 46.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 225 | 50 | 0.85 | 0 | 0.78 | 0.12 | 125.31 | 0.76 | 0.51 |
| Hex | 21 | E1 | 32 | 55 | 0 | 4E | C | 7D | 4C | 33 |
| Octal | 41 | 341 | 62 | 125 | 0 | 116 | 14 | 175 | 114 | 63 |
| Binary | 100001 | 11100001 | 110010 | 1010101 | 0 | 1001110 | 1100 | 1111101 | 1001100 | 110011 |
Color Harmonies of #21E132
Complementary color
Monochromatic Colors of #21E132
Black with #21E132
Text Example
Text Example
White with #21E132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E132; }
p { color: rgb(33,225,50); }
H1.HeaderClassName
{
color: #21E132;
}
.AnyTagClassName
{
color: #21E132;
}
</style>
background-color css
<style>
a { background-color: #21E132; }
a { background-color: rgb(33,225,50); }
div.DivClassName
{
background-color: #21E132;
}
.BgClassName
{
background-color: #21E132;
}
</style>
border-color css
<style>
span { border-color: #21E132; }
span { border-color: rgb(33,225,50); }
td.TdClassName
{
border-color: #21E132;
}
.TagClassName
{
border-color: #21E132;
}
</style>