Shades of Lime Green #21E535
Tints of Lime Green #21E535
RGB
CMYK
RGB Variations
Color information
#21E535 (or 0x21E535) is known color: Lime Green. HEX triplet: 21, E5 and 35. RGB value is (33,229,53). Sum of RGB (Red+Green+Blue) = 33+229+53=315 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.48% from 315); Green value is 229 (89.84% from 255 or 72.70% from 315); Blue value is 53 (21.09% from 255 or 16.83% from 315); Max value from RGB is 229 - color contains mainly: green. Hex color #21E535 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E535 is #DE1ACA. Grayscale: #969696. Windows color (decimal): -14555851 or 3532065. OLE color: 3532065.
HSL color Cylindrical-coordinate representation of color #21E535: hue angle of 126.12º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21E535 is Cyan = 0.86, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 229 | 53 | - |
| CMYK | 0.86 | 0 | 0.77 | 0.10 |
| HSL | 126.12º | 0.79% | 0.51% | - |
| HSV(B) | 126.12º | 0.86% | 0.9% | - |
| XYZ | 29.29 | 56.62 | 12.75 | - |
| YUV | 150.33 | 73.07 | 44.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 229 | 53 | 0.86 | 0 | 0.77 | 0.10 | 126.12 | 0.79 | 0.51 |
| Hex | 21 | E5 | 35 | 56 | 0 | 4D | A | 7E | 4F | 33 |
| Octal | 41 | 345 | 65 | 126 | 0 | 115 | 12 | 176 | 117 | 63 |
| Binary | 100001 | 11100101 | 110101 | 1010110 | 0 | 1001101 | 1010 | 1111110 | 1001111 | 110011 |
Color Harmonies of #21E535
Complementary color
Monochromatic Colors of #21E535
Black with #21E535
Text Example
Text Example
White with #21E535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E535; }
p { color: rgb(33,229,53); }
H1.HeaderClassName
{
color: #21E535;
}
.AnyTagClassName
{
color: #21E535;
}
</style>
background-color css
<style>
a { background-color: #21E535; }
a { background-color: rgb(33,229,53); }
div.DivClassName
{
background-color: #21E535;
}
.BgClassName
{
background-color: #21E535;
}
</style>
border-color css
<style>
span { border-color: #21E535; }
span { border-color: rgb(33,229,53); }
td.TdClassName
{
border-color: #21E535;
}
.TagClassName
{
border-color: #21E535;
}
</style>