Shades of Lime Green #28D208
Tints of Lime Green #28D208
RGB
CMYK
RGB Variations
Color information
#28D208 (or 0x28D208) is known color: Lime Green. HEX triplet: 28, D2 and 08. RGB value is (40,210,8). Sum of RGB (Red+Green+Blue) = 40+210+8=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 210 (82.42% from 255 or 81.40% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 210 - color contains mainly: green. Hex color #28D208 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28D208 is #D72DF7. Grayscale: #888888. Windows color (decimal): -14102008 or 578088. OLE color: 578088.
HSL color Cylindrical-coordinate representation of color #28D208: hue angle of 110.5º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #28D208 is Cyan = 0.81, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 210 | 8 | - |
| CMYK | 0.81 | 0 | 0.96 | 0.18 |
| HSL | 110.5º | 0.93% | 0.43% | - |
| HSV(B) | 110.5º | 0.96% | 0.82% | - |
| XYZ | 23.97 | 46.56 | 7.95 | - |
| YUV | 136.14 | 55.68 | 59.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 210 | 8 | 0.81 | 0 | 0.96 | 0.18 | 110.5 | 0.93 | 0.43 |
| Hex | 28 | D2 | 8 | 51 | 0 | 60 | 12 | 6E | 5D | 2B |
| Octal | 50 | 322 | 10 | 121 | 0 | 140 | 22 | 156 | 135 | 53 |
| Binary | 101000 | 11010010 | 1000 | 1010001 | 0 | 1100000 | 10010 | 1101110 | 1011101 | 101011 |
Color Harmonies of #28D208
Complementary color
Monochromatic Colors of #28D208
Black with #28D208
Text Example
Text Example
White with #28D208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D208; }
p { color: rgb(40,210,8); }
H1.HeaderClassName
{
color: #28D208;
}
.AnyTagClassName
{
color: #28D208;
}
</style>
background-color css
<style>
a { background-color: #28D208; }
a { background-color: rgb(40,210,8); }
div.DivClassName
{
background-color: #28D208;
}
.BgClassName
{
background-color: #28D208;
}
</style>
border-color css
<style>
span { border-color: #28D208; }
span { border-color: rgb(40,210,8); }
td.TdClassName
{
border-color: #28D208;
}
.TagClassName
{
border-color: #28D208;
}
</style>