Shades of Lime Green #28D406
Tints of Lime Green #28D406
RGB
CMYK
RGB Variations
Color information
#28D406 (or 0x28D406) is known color: Lime Green. HEX triplet: 28, D4 and 06. RGB value is (40,212,6). Sum of RGB (Red+Green+Blue) = 40+212+6=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 212 (83.20% from 255 or 82.17% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 212 - color contains mainly: green. Hex color #28D406 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D406 is #D72BF9. Grayscale: #898989. Windows color (decimal): -14101498 or 447528. OLE color: 447528.
HSL color Cylindrical-coordinate representation of color #28D406: hue angle of 110.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #28D406 is Cyan = 0.81, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 40 | 212 | 6 | - |
| CMYK | 0.81 | 0 | 0.97 | 0.17 |
| HSL | 110.1º | 0.94% | 0.43% | - |
| HSV(B) | 110.1º | 0.97% | 0.83% | - |
| XYZ | 24.45 | 47.55 | 8.06 | - |
| YUV | 137.09 | 54.02 | 58.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 212 | 6 | 0.81 | 0 | 0.97 | 0.17 | 110.1 | 0.94 | 0.43 |
| Hex | 28 | D4 | 6 | 51 | 0 | 61 | 11 | 6E | 5E | 2B |
| Octal | 50 | 324 | 6 | 121 | 0 | 141 | 21 | 156 | 136 | 53 |
| Binary | 101000 | 11010100 | 110 | 1010001 | 0 | 1100001 | 10001 | 1101110 | 1011110 | 101011 |
Color Harmonies of #28D406
Complementary color
Monochromatic Colors of #28D406
Black with #28D406
Text Example
Text Example
White with #28D406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D406; }
p { color: rgb(40,212,6); }
H1.HeaderClassName
{
color: #28D406;
}
.AnyTagClassName
{
color: #28D406;
}
</style>
background-color css
<style>
a { background-color: #28D406; }
a { background-color: rgb(40,212,6); }
div.DivClassName
{
background-color: #28D406;
}
.BgClassName
{
background-color: #28D406;
}
</style>
border-color css
<style>
span { border-color: #28D406; }
span { border-color: rgb(40,212,6); }
td.TdClassName
{
border-color: #28D406;
}
.TagClassName
{
border-color: #28D406;
}
</style>