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