Shades of Lime Green #21E036
Tints of Lime Green #21E036
RGB
CMYK
RGB Variations
Color information
#21E036 (or 0x21E036) is known color: Lime Green. HEX triplet: 21, E0 and 36. RGB value is (33,224,54). Sum of RGB (Red+Green+Blue) = 33+224+54=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 224 (87.89% from 255 or 72.03% from 311); Blue value is 54 (21.48% from 255 or 17.36% from 311); Max value from RGB is 224 - color contains mainly: green. Hex color #21E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E036 is #DE1FC9. Grayscale: #949494. Windows color (decimal): -14557130 or 3596321. OLE color: 3596321.
HSL color Cylindrical-coordinate representation of color #21E036: hue angle of 126.6º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21E036 is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 54 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.12 |
| HSL | 126.6º | 0.75% | 0.5% | - |
| HSV(B) | 126.6º | 0.85% | 0.88% | - |
| XYZ | 27.95 | 53.9 | 12.42 | - |
| YUV | 147.51 | 75.22 | 46.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 54 | 0.85 | 0 | 0.76 | 0.12 | 126.6 | 0.75 | 0.5 |
| Hex | 21 | E0 | 36 | 55 | 0 | 4C | C | 7F | 4B | 32 |
| Octal | 41 | 340 | 66 | 125 | 0 | 114 | 14 | 177 | 113 | 62 |
| Binary | 100001 | 11100000 | 110110 | 1010101 | 0 | 1001100 | 1100 | 1111111 | 1001011 | 110010 |
Color Harmonies of #21E036
Complementary color
Monochromatic Colors of #21E036
Black with #21E036
Text Example
Text Example
White with #21E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E036; }
p { color: rgb(33,224,54); }
H1.HeaderClassName
{
color: #21E036;
}
.AnyTagClassName
{
color: #21E036;
}
</style>
background-color css
<style>
a { background-color: #21E036; }
a { background-color: rgb(33,224,54); }
div.DivClassName
{
background-color: #21E036;
}
.BgClassName
{
background-color: #21E036;
}
</style>
border-color css
<style>
span { border-color: #21E036; }
span { border-color: rgb(33,224,54); }
td.TdClassName
{
border-color: #21E036;
}
.TagClassName
{
border-color: #21E036;
}
</style>