Shades of Lime Green #28DE16
Tints of Lime Green #28DE16
RGB
CMYK
RGB Variations
Color information
#28DE16 (or 0x28DE16) is known color: Lime Green. HEX triplet: 28, DE and 16. RGB value is (40,222,22). Sum of RGB (Red+Green+Blue) = 40+222+22=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 222 (87.11% from 255 or 78.17% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 222 - color contains mainly: green. Hex color #28DE16 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28DE16 is #D721E9. Grayscale: #919191. Windows color (decimal): -14098922 or 1498664. OLE color: 1498664.
HSL color Cylindrical-coordinate representation of color #28DE16: hue angle of 114.6º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28DE16 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 40 | 222 | 22 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.13 |
| HSL | 114.6º | 0.82% | 0.48% | - |
| HSV(B) | 114.6º | 0.9% | 0.87% | - |
| XYZ | 27.14 | 52.75 | 9.51 | - |
| YUV | 144.78 | 58.7 | 53.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 222 | 22 | 0.82 | 0 | 0.90 | 0.13 | 114.6 | 0.82 | 0.48 |
| Hex | 28 | DE | 16 | 52 | 0 | 5A | D | 73 | 52 | 30 |
| Octal | 50 | 336 | 26 | 122 | 0 | 132 | 15 | 163 | 122 | 60 |
| Binary | 101000 | 11011110 | 10110 | 1010010 | 0 | 1011010 | 1101 | 1110011 | 1010010 | 110000 |
Color Harmonies of #28DE16
Complementary color
Monochromatic Colors of #28DE16
Black with #28DE16
Text Example
Text Example
White with #28DE16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28DE16; }
p { color: rgb(40,222,22); }
H1.HeaderClassName
{
color: #28DE16;
}
.AnyTagClassName
{
color: #28DE16;
}
</style>
background-color css
<style>
a { background-color: #28DE16; }
a { background-color: rgb(40,222,22); }
div.DivClassName
{
background-color: #28DE16;
}
.BgClassName
{
background-color: #28DE16;
}
</style>
border-color css
<style>
span { border-color: #28DE16; }
span { border-color: rgb(40,222,22); }
td.TdClassName
{
border-color: #28DE16;
}
.TagClassName
{
border-color: #28DE16;
}
</style>