Shades of Lime Green #28D147
Tints of Lime Green #28D147
RGB
CMYK
RGB Variations
Color information
#28D147 (or 0x28D147) is known color: Lime Green. HEX triplet: 28, D1 and 47. RGB value is (40,209,71). Sum of RGB (Red+Green+Blue) = 40+209+71=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 209 (82.03% from 255 or 65.31% from 320); Blue value is 71 (28.12% from 255 or 22.19% from 320); Max value from RGB is 209 - color contains mainly: green. Hex color #28D147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28D147 is #D72EB8. Grayscale: #8F8F8F. Windows color (decimal): -14102201 or 4706600. OLE color: 4706600.
HSL color Cylindrical-coordinate representation of color #28D147: hue angle of 131.01º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D147 is Cyan = 0.81, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 209 | 71 | - |
| CMYK | 0.81 | 0 | 0.66 | 0.18 |
| HSL | 131.01º | 0.68% | 0.49% | - |
| HSV(B) | 131.01º | 0.81% | 0.82% | - |
| XYZ | 24.81 | 46.51 | 13.63 | - |
| YUV | 142.74 | 87.51 | 54.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 209 | 71 | 0.81 | 0 | 0.66 | 0.18 | 131.01 | 0.68 | 0.49 |
| Hex | 28 | D1 | 47 | 51 | 0 | 42 | 12 | 83 | 44 | 31 |
| Octal | 50 | 321 | 107 | 121 | 0 | 102 | 22 | 203 | 104 | 61 |
| Binary | 101000 | 11010001 | 1000111 | 1010001 | 0 | 1000010 | 10010 | 10000011 | 1000100 | 110001 |
Color Harmonies of #28D147
Complementary color
Monochromatic Colors of #28D147
Black with #28D147
Text Example
Text Example
White with #28D147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D147; }
p { color: rgb(40,209,71); }
H1.HeaderClassName
{
color: #28D147;
}
.AnyTagClassName
{
color: #28D147;
}
</style>
background-color css
<style>
a { background-color: #28D147; }
a { background-color: rgb(40,209,71); }
div.DivClassName
{
background-color: #28D147;
}
.BgClassName
{
background-color: #28D147;
}
</style>
border-color css
<style>
span { border-color: #28D147; }
span { border-color: rgb(40,209,71); }
td.TdClassName
{
border-color: #28D147;
}
.TagClassName
{
border-color: #28D147;
}
</style>