Shades of Lime Green #28D949
Tints of Lime Green #28D949
RGB
CMYK
RGB Variations
Color information
#28D949 (or 0x28D949) is known color: Lime Green. HEX triplet: 28, D9 and 49. RGB value is (40,217,73). Sum of RGB (Red+Green+Blue) = 40+217+73=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 217 (85.16% from 255 or 65.76% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 217 - color contains mainly: green. Hex color #28D949 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D949 is #D726B6. Grayscale: #949494. Windows color (decimal): -14100151 or 4839720. OLE color: 4839720.
HSL color Cylindrical-coordinate representation of color #28D949: hue angle of 131.19º 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 #28D949 is Cyan = 0.82, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 40 | 217 | 73 | - |
| CMYK | 0.82 | 0 | 0.66 | 0.15 |
| HSL | 131.19º | 0.7% | 0.5% | - |
| HSV(B) | 131.19º | 0.82% | 0.85% | - |
| XYZ | 26.89 | 50.56 | 14.64 | - |
| YUV | 147.66 | 85.86 | 51.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 217 | 73 | 0.82 | 0 | 0.66 | 0.15 | 131.19 | 0.7 | 0.5 |
| Hex | 28 | D9 | 49 | 52 | 0 | 42 | F | 83 | 46 | 32 |
| Octal | 50 | 331 | 111 | 122 | 0 | 102 | 17 | 203 | 106 | 62 |
| Binary | 101000 | 11011001 | 1001001 | 1010010 | 0 | 1000010 | 1111 | 10000011 | 1000110 | 110010 |
Color Harmonies of #28D949
Complementary color
Monochromatic Colors of #28D949
Black with #28D949
Text Example
Text Example
White with #28D949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D949; }
p { color: rgb(40,217,73); }
H1.HeaderClassName
{
color: #28D949;
}
.AnyTagClassName
{
color: #28D949;
}
</style>
background-color css
<style>
a { background-color: #28D949; }
a { background-color: rgb(40,217,73); }
div.DivClassName
{
background-color: #28D949;
}
.BgClassName
{
background-color: #28D949;
}
</style>
border-color css
<style>
span { border-color: #28D949; }
span { border-color: rgb(40,217,73); }
td.TdClassName
{
border-color: #28D949;
}
.TagClassName
{
border-color: #28D949;
}
</style>