Shades of Lime Green #28D937
Tints of Lime Green #28D937
RGB
CMYK
RGB Variations
Color information
#28D937 (or 0x28D937) is known color: Lime Green. HEX triplet: 28, D9 and 37. RGB value is (40,217,55). Sum of RGB (Red+Green+Blue) = 40+217+55=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #28D937 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D937 is #D726C8. Grayscale: #929292. Windows color (decimal): -14100169 or 3660072. OLE color: 3660072.
HSL color Cylindrical-coordinate representation of color #28D937: hue angle of 125.08º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28D937 is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 55 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.15 |
| HSL | 125.08º | 0.7% | 0.5% | - |
| HSV(B) | 125.08º | 0.82% | 0.85% | - |
| XYZ | 26.38 | 50.35 | 11.94 | - |
| YUV | 145.61 | 76.86 | 52.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 55 | 0.82 | 0 | 0.75 | 0.15 | 125.08 | 0.7 | 0.5 |
| Hex | 28 | D9 | 37 | 52 | 0 | 4B | F | 7D | 46 | 32 |
| Octal | 50 | 331 | 67 | 122 | 0 | 113 | 17 | 175 | 106 | 62 |
| Binary | 101000 | 11011001 | 110111 | 1010010 | 0 | 1001011 | 1111 | 1111101 | 1000110 | 110010 |
Color Harmonies of #28D937
Complementary color
Monochromatic Colors of #28D937
Black with #28D937
Text Example
Text Example
White with #28D937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D937; }
p { color: rgb(40,217,55); }
H1.HeaderClassName
{
color: #28D937;
}
.AnyTagClassName
{
color: #28D937;
}
</style>
background-color css
<style>
a { background-color: #28D937; }
a { background-color: rgb(40,217,55); }
div.DivClassName
{
background-color: #28D937;
}
.BgClassName
{
background-color: #28D937;
}
</style>
border-color css
<style>
span { border-color: #28D937; }
span { border-color: rgb(40,217,55); }
td.TdClassName
{
border-color: #28D937;
}
.TagClassName
{
border-color: #28D937;
}
</style>