Shades of Lime Green #21E32D
Tints of Lime Green #21E32D
RGB
CMYK
RGB Variations
Color information
#21E32D (or 0x21E32D) is known color: Lime Green. HEX triplet: 21, E3 and 2D. RGB value is (33,227,45). Sum of RGB (Red+Green+Blue) = 33+227+45=305 (40% of max value = 765). Red value is 33 (13.28% from 255 or 10.82% from 305); Green value is 227 (89.06% from 255 or 74.43% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 227 - color contains mainly: green. Hex color #21E32D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E32D is #DE1CD2. Grayscale: #949494. Windows color (decimal): -14556371 or 3007265. OLE color: 3007265.
HSL color Cylindrical-coordinate representation of color #21E32D: hue angle of 123.71º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E32D is Cyan = 0.85, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 33 | 227 | 45 | - |
| CMYK | 0.85 | 0 | 0.80 | 0.11 |
| HSL | 123.71º | 0.78% | 0.51% | - |
| HSV(B) | 123.71º | 0.85% | 0.89% | - |
| XYZ | 28.57 | 55.45 | 11.68 | - |
| YUV | 148.25 | 69.73 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 227 | 45 | 0.85 | 0 | 0.80 | 0.11 | 123.71 | 0.78 | 0.51 |
| Hex | 21 | E3 | 2D | 55 | 0 | 50 | B | 7C | 4E | 33 |
| Octal | 41 | 343 | 55 | 125 | 0 | 120 | 13 | 174 | 116 | 63 |
| Binary | 100001 | 11100011 | 101101 | 1010101 | 0 | 1010000 | 1011 | 1111100 | 1001110 | 110011 |
Color Harmonies of #21E32D
Complementary color
Monochromatic Colors of #21E32D
Black with #21E32D
Text Example
Text Example
White with #21E32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E32D; }
p { color: rgb(33,227,45); }
H1.HeaderClassName
{
color: #21E32D;
}
.AnyTagClassName
{
color: #21E32D;
}
</style>
background-color css
<style>
a { background-color: #21E32D; }
a { background-color: rgb(33,227,45); }
div.DivClassName
{
background-color: #21E32D;
}
.BgClassName
{
background-color: #21E32D;
}
</style>
border-color css
<style>
span { border-color: #21E32D; }
span { border-color: rgb(33,227,45); }
td.TdClassName
{
border-color: #21E32D;
}
.TagClassName
{
border-color: #21E32D;
}
</style>