Shades of Lime Green #28D708
Tints of Lime Green #28D708
RGB
CMYK
RGB Variations
Color information
#28D708 (or 0x28D708) is known color: Lime Green. HEX triplet: 28, D7 and 08. RGB value is (40,215,8). Sum of RGB (Red+Green+Blue) = 40+215+8=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 215 (84.38% from 255 or 81.75% from 263); Blue value is 8 (3.52% from 255 or 3.04% from 263); Max value from RGB is 215 - color contains mainly: green. Hex color #28D708 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D708 is #D728F7. Grayscale: #8B8B8B. Windows color (decimal): -14100728 or 579368. OLE color: 579368.
HSL color Cylindrical-coordinate representation of color #28D708: hue angle of 110.72º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28D708 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 8 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.16 |
| HSL | 110.72º | 0.93% | 0.44% | - |
| HSV(B) | 110.72º | 0.96% | 0.84% | - |
| XYZ | 25.22 | 49.07 | 8.37 | - |
| YUV | 139.08 | 54.02 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 8 | 0.81 | 0 | 0.96 | 0.16 | 110.72 | 0.93 | 0.44 |
| Hex | 28 | D7 | 8 | 51 | 0 | 60 | 10 | 6F | 5D | 2C |
| Octal | 50 | 327 | 10 | 121 | 0 | 140 | 20 | 157 | 135 | 54 |
| Binary | 101000 | 11010111 | 1000 | 1010001 | 0 | 1100000 | 10000 | 1101111 | 1011101 | 101100 |
Color Harmonies of #28D708
Complementary color
Monochromatic Colors of #28D708
Black with #28D708
Text Example
Text Example
White with #28D708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D708; }
p { color: rgb(40,215,8); }
H1.HeaderClassName
{
color: #28D708;
}
.AnyTagClassName
{
color: #28D708;
}
</style>
background-color css
<style>
a { background-color: #28D708; }
a { background-color: rgb(40,215,8); }
div.DivClassName
{
background-color: #28D708;
}
.BgClassName
{
background-color: #28D708;
}
</style>
border-color css
<style>
span { border-color: #28D708; }
span { border-color: rgb(40,215,8); }
td.TdClassName
{
border-color: #28D708;
}
.TagClassName
{
border-color: #28D708;
}
</style>