Shades of Lime Green #28E416
Tints of Lime Green #28E416
RGB
CMYK
RGB Variations
Color information
#28E416 (or 0x28E416) is known color: Lime Green. HEX triplet: 28, E4 and 16. RGB value is (40,228,22). Sum of RGB (Red+Green+Blue) = 40+228+22=290 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.79% from 290); Green value is 228 (89.45% from 255 or 78.62% from 290); Blue value is 22 (8.98% from 255 or 7.59% from 290); Max value from RGB is 228 - color contains mainly: green. Hex color #28E416 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28E416 is #D71BE9. Grayscale: #949494. Windows color (decimal): -14097386 or 1500200. OLE color: 1500200.
HSL color Cylindrical-coordinate representation of color #28E416: hue angle of 114.76º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28E416 is Cyan = 0.82, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 40 | 228 | 22 | - |
| CMYK | 0.82 | 0 | 0.90 | 0.11 |
| HSL | 114.76º | 0.82% | 0.49% | - |
| HSV(B) | 114.76º | 0.9% | 0.89% | - |
| XYZ | 28.76 | 56 | 10.05 | - |
| YUV | 148.3 | 56.72 | 50.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 228 | 22 | 0.82 | 0 | 0.90 | 0.11 | 114.76 | 0.82 | 0.49 |
| Hex | 28 | E4 | 16 | 52 | 0 | 5A | B | 73 | 52 | 31 |
| Octal | 50 | 344 | 26 | 122 | 0 | 132 | 13 | 163 | 122 | 61 |
| Binary | 101000 | 11100100 | 10110 | 1010010 | 0 | 1011010 | 1011 | 1110011 | 1010010 | 110001 |
Color Harmonies of #28E416
Complementary color
Monochromatic Colors of #28E416
Black with #28E416
Text Example
Text Example
White with #28E416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E416; }
p { color: rgb(40,228,22); }
H1.HeaderClassName
{
color: #28E416;
}
.AnyTagClassName
{
color: #28E416;
}
</style>
background-color css
<style>
a { background-color: #28E416; }
a { background-color: rgb(40,228,22); }
div.DivClassName
{
background-color: #28E416;
}
.BgClassName
{
background-color: #28E416;
}
</style>
border-color css
<style>
span { border-color: #28E416; }
span { border-color: rgb(40,228,22); }
td.TdClassName
{
border-color: #28E416;
}
.TagClassName
{
border-color: #28E416;
}
</style>