Shades of Lime Green #28C016
Tints of Lime Green #28C016
RGB
CMYK
RGB Variations
Color information
#28C016 (or 0x28C016) is known color: Lime Green. HEX triplet: 28, C0 and 16. RGB value is (40,192,22). Sum of RGB (Red+Green+Blue) = 40+192+22=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 192 (75.39% from 255 or 75.59% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 192 - color contains mainly: green. Hex color #28C016 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28C016 is #D73FE9. Grayscale: #7F7F7F. Windows color (decimal): -14106602 or 1490984. OLE color: 1490984.
HSL color Cylindrical-coordinate representation of color #28C016: hue angle of 113.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28C016 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 40 | 192 | 22 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.25 |
| HSL | 113.65º | 0.79% | 0.42% | - |
| HSV(B) | 113.65º | 0.89% | 0.75% | - |
| XYZ | 19.87 | 38.21 | 7.09 | - |
| YUV | 127.17 | 68.64 | 65.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 192 | 22 | 0.79 | 0 | 0.89 | 0.25 | 113.65 | 0.79 | 0.42 |
| Hex | 28 | C0 | 16 | 4F | 0 | 59 | 19 | 72 | 4F | 2A |
| Octal | 50 | 300 | 26 | 117 | 0 | 131 | 31 | 162 | 117 | 52 |
| Binary | 101000 | 11000000 | 10110 | 1001111 | 0 | 1011001 | 11001 | 1110010 | 1001111 | 101010 |
Color Harmonies of #28C016
Complementary color
Monochromatic Colors of #28C016
Black with #28C016
Text Example
Text Example
White with #28C016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C016; }
p { color: rgb(40,192,22); }
H1.HeaderClassName
{
color: #28C016;
}
.AnyTagClassName
{
color: #28C016;
}
</style>
background-color css
<style>
a { background-color: #28C016; }
a { background-color: rgb(40,192,22); }
div.DivClassName
{
background-color: #28C016;
}
.BgClassName
{
background-color: #28C016;
}
</style>
border-color css
<style>
span { border-color: #28C016; }
span { border-color: rgb(40,192,22); }
td.TdClassName
{
border-color: #28C016;
}
.TagClassName
{
border-color: #28C016;
}
</style>