Shades of Lime Green #21E021
Tints of Lime Green #21E021
RGB
CMYK
RGB Variations
Color information
#21E021 (or 0x21E021) is known color: Lime Green. HEX triplet: 21, E0 and 21. RGB value is (33,224,33). Sum of RGB (Red+Green+Blue) = 33+224+33=290 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.38% from 290); Green value is 224 (87.89% from 255 or 77.24% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 224 - color contains mainly: green. Hex color #21E021 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E021 is #DE1FDE. Grayscale: #919191. Windows color (decimal): -14557151 or 2220065. OLE color: 2220065.
HSL color Cylindrical-coordinate representation of color #21E021: hue angle of 120º 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 #21E021 is Cyan = 0.85, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 33 | - |
| CMYK | 0.85 | 0 | 0.85 | 0.12 |
| HSL | 120º | 0.75% | 0.5% | - |
| HSV(B) | 120º | 0.85% | 0.88% | - |
| XYZ | 27.56 | 53.74 | 10.36 | - |
| YUV | 145.12 | 64.72 | 48.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 33 | 0.85 | 0 | 0.85 | 0.12 | 120 | 0.75 | 0.5 |
| Hex | 21 | E0 | 21 | 55 | 0 | 55 | C | 78 | 4B | 32 |
| Octal | 41 | 340 | 41 | 125 | 0 | 125 | 14 | 170 | 113 | 62 |
| Binary | 100001 | 11100000 | 100001 | 1010101 | 0 | 1010101 | 1100 | 1111000 | 1001011 | 110010 |
Color Harmonies of #21E021
Complementary color
Monochromatic Colors of #21E021
Black with #21E021
Text Example
Text Example
White with #21E021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E021; }
p { color: rgb(33,224,33); }
H1.HeaderClassName
{
color: #21E021;
}
.AnyTagClassName
{
color: #21E021;
}
</style>
background-color css
<style>
a { background-color: #21E021; }
a { background-color: rgb(33,224,33); }
div.DivClassName
{
background-color: #21E021;
}
.BgClassName
{
background-color: #21E021;
}
</style>
border-color css
<style>
span { border-color: #21E021; }
span { border-color: rgb(33,224,33); }
td.TdClassName
{
border-color: #21E021;
}
.TagClassName
{
border-color: #21E021;
}
</style>