Shades of Lime Green #28D747
Tints of Lime Green #28D747
RGB
CMYK
RGB Variations
Color information
#28D747 (or 0x28D747) is known color: Lime Green. HEX triplet: 28, D7 and 47. RGB value is (40,215,71). Sum of RGB (Red+Green+Blue) = 40+215+71=326 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.27% from 326); Green value is 215 (84.38% from 255 or 65.95% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 215 - color contains mainly: green. Hex color #28D747 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D747 is #D728B8. Grayscale: #929292. Windows color (decimal): -14100665 or 4708136. OLE color: 4708136.
HSL color Cylindrical-coordinate representation of color #28D747: hue angle of 130.63º 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 #28D747 is Cyan = 0.81, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 40 | 215 | 71 | - |
| CMYK | 0.81 | 0 | 0.67 | 0.16 |
| HSL | 130.63º | 0.69% | 0.5% | - |
| HSV(B) | 130.63º | 0.81% | 0.84% | - |
| XYZ | 26.31 | 49.51 | 14.13 | - |
| YUV | 146.26 | 85.52 | 52.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 215 | 71 | 0.81 | 0 | 0.67 | 0.16 | 130.63 | 0.69 | 0.5 |
| Hex | 28 | D7 | 47 | 51 | 0 | 43 | 10 | 83 | 45 | 32 |
| Octal | 50 | 327 | 107 | 121 | 0 | 103 | 20 | 203 | 105 | 62 |
| Binary | 101000 | 11010111 | 1000111 | 1010001 | 0 | 1000011 | 10000 | 10000011 | 1000101 | 110010 |
Color Harmonies of #28D747
Complementary color
Monochromatic Colors of #28D747
Black with #28D747
Text Example
Text Example
White with #28D747
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D747; }
p { color: rgb(40,215,71); }
H1.HeaderClassName
{
color: #28D747;
}
.AnyTagClassName
{
color: #28D747;
}
</style>
background-color css
<style>
a { background-color: #28D747; }
a { background-color: rgb(40,215,71); }
div.DivClassName
{
background-color: #28D747;
}
.BgClassName
{
background-color: #28D747;
}
</style>
border-color css
<style>
span { border-color: #28D747; }
span { border-color: rgb(40,215,71); }
td.TdClassName
{
border-color: #28D747;
}
.TagClassName
{
border-color: #28D747;
}
</style>