Shades of Lime Green #28E016
Tints of Lime Green #28E016
RGB
CMYK
RGB Variations
Color information
#28E016 (or 0x28E016) is known color: Lime Green. HEX triplet: 28, E0 and 16. RGB value is (40,224,22). Sum of RGB (Red+Green+Blue) = 40+224+22=286 (37% of max value = 765). Red value is 40 (16.02% from 255 or 13.99% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #28E016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E016 is #D71FE9. Grayscale: #929292. Windows color (decimal): -14098410 or 1499176. OLE color: 1499176.
HSL color Cylindrical-coordinate representation of color #28E016: hue angle of 114.65º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28E016 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 224 | 22 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.12 |
| HSL | 114.65º | 0.82% | 0.48% | - |
| HSV(B) | 114.65º | 0.9% | 0.88% | - |
| XYZ | 27.68 | 53.82 | 9.69 | - |
| YUV | 145.96 | 58.04 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 224 | 22 | 0.82 | 0 | 0.90 | 0.12 | 114.65 | 0.82 | 0.48 |
| Hex | 28 | E0 | 16 | 52 | 0 | 5A | C | 73 | 52 | 30 |
| Octal | 50 | 340 | 26 | 122 | 0 | 132 | 14 | 163 | 122 | 60 |
| Binary | 101000 | 11100000 | 10110 | 1010010 | 0 | 1011010 | 1100 | 1110011 | 1010010 | 110000 |
Color Harmonies of #28E016
Complementary color
Monochromatic Colors of #28E016
Black with #28E016
Text Example
Text Example
White with #28E016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E016; }
p { color: rgb(40,224,22); }
H1.HeaderClassName
{
color: #28E016;
}
.AnyTagClassName
{
color: #28E016;
}
</style>
background-color css
<style>
a { background-color: #28E016; }
a { background-color: rgb(40,224,22); }
div.DivClassName
{
background-color: #28E016;
}
.BgClassName
{
background-color: #28E016;
}
</style>
border-color css
<style>
span { border-color: #28E016; }
span { border-color: rgb(40,224,22); }
td.TdClassName
{
border-color: #28E016;
}
.TagClassName
{
border-color: #28E016;
}
</style>