Shades of Lime Green #16E028
Tints of Lime Green #16E028
RGB
CMYK
RGB Variations
Color information
#16E028 (or 0x16E028) is known color: Lime Green. HEX triplet: 16, E0 and 28. RGB value is (22,224,40). Sum of RGB (Red+Green+Blue) = 22+224+40=286 (37% of max value = 765). Red value is 22 (8.98% from 255 or 7.69% from 286); Green value is 224 (87.89% from 255 or 78.32% from 286); Blue value is 40 (16.02% from 255 or 13.99% from 286); Max value from RGB is 224 - color contains mainly: green. Hex color #16E028 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16E028 is #E91FD7. Grayscale: #8F8F8F. Windows color (decimal): -15278040 or 2678806. OLE color: 2678806.
HSL color Cylindrical-coordinate representation of color #16E028: hue angle of 125.35º 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 #16E028 is Cyan = 0.90, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 224 | 40 | - |
| CMYK | 0.90 | 0 | 0.82 | 0.12 |
| HSL | 125.35º | 0.82% | 0.48% | - |
| HSV(B) | 125.35º | 0.9% | 0.88% | - |
| XYZ | 27.37 | 53.64 | 10.92 | - |
| YUV | 142.63 | 70.08 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 224 | 40 | 0.90 | 0 | 0.82 | 0.12 | 125.35 | 0.82 | 0.48 |
| Hex | 16 | E0 | 28 | 5A | 0 | 52 | C | 7D | 52 | 30 |
| Octal | 26 | 340 | 50 | 132 | 0 | 122 | 14 | 175 | 122 | 60 |
| Binary | 10110 | 11100000 | 101000 | 1011010 | 0 | 1010010 | 1100 | 1111101 | 1010010 | 110000 |
Color Harmonies of #16E028
Complementary color
Monochromatic Colors of #16E028
Black with #16E028
Text Example
Text Example
White with #16E028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16E028; }
p { color: rgb(22,224,40); }
H1.HeaderClassName
{
color: #16E028;
}
.AnyTagClassName
{
color: #16E028;
}
</style>
background-color css
<style>
a { background-color: #16E028; }
a { background-color: rgb(22,224,40); }
div.DivClassName
{
background-color: #16E028;
}
.BgClassName
{
background-color: #16E028;
}
</style>
border-color css
<style>
span { border-color: #16E028; }
span { border-color: rgb(22,224,40); }
td.TdClassName
{
border-color: #16E028;
}
.TagClassName
{
border-color: #16E028;
}
</style>