Shades of Lime Green #21E027
Tints of Lime Green #21E027
RGB
CMYK
RGB Variations
Color information
#21E027 (or 0x21E027) is known color: Lime Green. HEX triplet: 21, E0 and 27. RGB value is (33,224,39). Sum of RGB (Red+Green+Blue) = 33+224+39=296 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.15% from 296); Green value is 224 (87.89% from 255 or 75.68% from 296); Blue value is 39 (15.62% from 255 or 13.18% from 296); Max value from RGB is 224 - color contains mainly: green. Hex color #21E027 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E027 is #DE1FD8. Grayscale: #929292. Windows color (decimal): -14557145 or 2613281. OLE color: 2613281.
HSL color Cylindrical-coordinate representation of color #21E027: hue angle of 121.88º 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 #21E027 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 39 | - |
| CMYK | 0.85 | 0 | 0.83 | 0.12 |
| HSL | 121.88º | 0.75% | 0.5% | - |
| HSV(B) | 121.88º | 0.85% | 0.88% | - |
| XYZ | 27.65 | 53.78 | 10.84 | - |
| YUV | 145.8 | 67.72 | 47.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 39 | 0.85 | 0 | 0.83 | 0.12 | 121.88 | 0.75 | 0.5 |
| Hex | 21 | E0 | 27 | 55 | 0 | 53 | C | 7A | 4B | 32 |
| Octal | 41 | 340 | 47 | 125 | 0 | 123 | 14 | 172 | 113 | 62 |
| Binary | 100001 | 11100000 | 100111 | 1010101 | 0 | 1010011 | 1100 | 1111010 | 1001011 | 110010 |
Color Harmonies of #21E027
Complementary color
Monochromatic Colors of #21E027
Black with #21E027
Text Example
Text Example
White with #21E027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E027; }
p { color: rgb(33,224,39); }
H1.HeaderClassName
{
color: #21E027;
}
.AnyTagClassName
{
color: #21E027;
}
</style>
background-color css
<style>
a { background-color: #21E027; }
a { background-color: rgb(33,224,39); }
div.DivClassName
{
background-color: #21E027;
}
.BgClassName
{
background-color: #21E027;
}
</style>
border-color css
<style>
span { border-color: #21E027; }
span { border-color: rgb(33,224,39); }
td.TdClassName
{
border-color: #21E027;
}
.TagClassName
{
border-color: #21E027;
}
</style>