Shades of Lime Green #28D516
Tints of Lime Green #28D516
RGB
CMYK
RGB Variations
Color information
#28D516 (or 0x28D516) is known color: Lime Green. HEX triplet: 28, D5 and 16. RGB value is (40,213,22). Sum of RGB (Red+Green+Blue) = 40+213+22=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 213 (83.59% from 255 or 77.45% from 275); Blue value is 22 (8.98% from 255 or 8% from 275); Max value from RGB is 213 - color contains mainly: green. Hex color #28D516 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D516 is #D72AE9. Grayscale: #8C8C8C. Windows color (decimal): -14101226 or 1496360. OLE color: 1496360.
HSL color Cylindrical-coordinate representation of color #28D516: hue angle of 114.35º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #28D516 is Cyan = 0.81, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 213 | 22 | - |
| CMYK | 0.81 | 0 | 0.90 | 0.16 |
| HSL | 114.35º | 0.81% | 0.46% | - |
| HSV(B) | 114.35º | 0.9% | 0.84% | - |
| XYZ | 24.81 | 48.1 | 8.73 | - |
| YUV | 139.5 | 61.69 | 57.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 213 | 22 | 0.81 | 0 | 0.90 | 0.16 | 114.35 | 0.81 | 0.46 |
| Hex | 28 | D5 | 16 | 51 | 0 | 5A | 10 | 72 | 51 | 2E |
| Octal | 50 | 325 | 26 | 121 | 0 | 132 | 20 | 162 | 121 | 56 |
| Binary | 101000 | 11010101 | 10110 | 1010001 | 0 | 1011010 | 10000 | 1110010 | 1010001 | 101110 |
Color Harmonies of #28D516
Complementary color
Monochromatic Colors of #28D516
Black with #28D516
Text Example
Text Example
White with #28D516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D516; }
p { color: rgb(40,213,22); }
H1.HeaderClassName
{
color: #28D516;
}
.AnyTagClassName
{
color: #28D516;
}
</style>
background-color css
<style>
a { background-color: #28D516; }
a { background-color: rgb(40,213,22); }
div.DivClassName
{
background-color: #28D516;
}
.BgClassName
{
background-color: #28D516;
}
</style>
border-color css
<style>
span { border-color: #28D516; }
span { border-color: rgb(40,213,22); }
td.TdClassName
{
border-color: #28D516;
}
.TagClassName
{
border-color: #28D516;
}
</style>