Shades of Lime Green #28D731
Tints of Lime Green #28D731
RGB
CMYK
RGB Variations
Color information
#28D731 (or 0x28D731) is known color: Lime Green. HEX triplet: 28, D7 and 31. RGB value is (40,215,49). Sum of RGB (Red+Green+Blue) = 40+215+49=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 215 (84.38% from 255 or 70.72% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 215 - color contains mainly: green. Hex color #28D731 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D731 is #D728CE. Grayscale: #909090. Windows color (decimal): -14100687 or 3266344. OLE color: 3266344.
HSL color Cylindrical-coordinate representation of color #28D731: hue angle of 123.09º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D731 is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 49 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.16 |
| HSL | 123.09º | 0.69% | 0.5% | - |
| HSV(B) | 123.09º | 0.81% | 0.84% | - |
| XYZ | 25.73 | 49.27 | 11.06 | - |
| YUV | 143.75 | 74.52 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 49 | 0.81 | 0 | 0.77 | 0.16 | 123.09 | 0.69 | 0.5 |
| Hex | 28 | D7 | 31 | 51 | 0 | 4D | 10 | 7B | 45 | 32 |
| Octal | 50 | 327 | 61 | 121 | 0 | 115 | 20 | 173 | 105 | 62 |
| Binary | 101000 | 11010111 | 110001 | 1010001 | 0 | 1001101 | 10000 | 1111011 | 1000101 | 110010 |
Color Harmonies of #28D731
Complementary color
Monochromatic Colors of #28D731
Black with #28D731
Text Example
Text Example
White with #28D731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D731; }
p { color: rgb(40,215,49); }
H1.HeaderClassName
{
color: #28D731;
}
.AnyTagClassName
{
color: #28D731;
}
</style>
background-color css
<style>
a { background-color: #28D731; }
a { background-color: rgb(40,215,49); }
div.DivClassName
{
background-color: #28D731;
}
.BgClassName
{
background-color: #28D731;
}
</style>
border-color css
<style>
span { border-color: #28D731; }
span { border-color: rgb(40,215,49); }
td.TdClassName
{
border-color: #28D731;
}
.TagClassName
{
border-color: #28D731;
}
</style>