Shades of Lime Green #21E028
Tints of Lime Green #21E028
RGB
CMYK
RGB Variations
Color information
#21E028 (or 0x21E028) is known color: Lime Green. HEX triplet: 21, E0 and 28. RGB value is (33,224,40). Sum of RGB (Red+Green+Blue) = 33+224+40=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 224 (87.89% from 255 or 75.42% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 224 - color contains mainly: green. Hex color #21E028 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #21E028 is #DE1FD7. Grayscale: #929292. Windows color (decimal): -14557144 or 2678817. OLE color: 2678817.
HSL color Cylindrical-coordinate representation of color #21E028: hue angle of 122.2º 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 #21E028 is Cyan = 0.85, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 33 | 224 | 40 | - |
| CMYK | 0.85 | 0 | 0.82 | 0.12 |
| HSL | 122.2º | 0.75% | 0.5% | - |
| HSV(B) | 122.2º | 0.85% | 0.88% | - |
| XYZ | 27.67 | 53.79 | 10.93 | - |
| YUV | 145.92 | 68.22 | 47.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 224 | 40 | 0.85 | 0 | 0.82 | 0.12 | 122.2 | 0.75 | 0.5 |
| Hex | 21 | E0 | 28 | 55 | 0 | 52 | C | 7A | 4B | 32 |
| Octal | 41 | 340 | 50 | 125 | 0 | 122 | 14 | 172 | 113 | 62 |
| Binary | 100001 | 11100000 | 101000 | 1010101 | 0 | 1010010 | 1100 | 1111010 | 1001011 | 110010 |
Color Harmonies of #21E028
Complementary color
Monochromatic Colors of #21E028
Black with #21E028
Text Example
Text Example
White with #21E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21E028; }
p { color: rgb(33,224,40); }
H1.HeaderClassName
{
color: #21E028;
}
.AnyTagClassName
{
color: #21E028;
}
</style>
background-color css
<style>
a { background-color: #21E028; }
a { background-color: rgb(33,224,40); }
div.DivClassName
{
background-color: #21E028;
}
.BgClassName
{
background-color: #21E028;
}
</style>
border-color css
<style>
span { border-color: #21E028; }
span { border-color: rgb(33,224,40); }
td.TdClassName
{
border-color: #21E028;
}
.TagClassName
{
border-color: #21E028;
}
</style>