Shades of Lime Green #28E147
Tints of Lime Green #28E147
RGB
CMYK
RGB Variations
Color information
#28E147 (or 0x28E147) is known color: Lime Green. HEX triplet: 28, E1 and 47. RGB value is (40,225,71). Sum of RGB (Red+Green+Blue) = 40+225+71=336 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.90% from 336); Green value is 225 (88.28% from 255 or 66.96% from 336); Blue value is 71 (28.12% from 255 or 21.13% from 336); Max value from RGB is 225 - color contains mainly: green. Hex color #28E147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28E147 is #D71EB8. Grayscale: #989898. Windows color (decimal): -14098105 or 4710696. OLE color: 4710696.
HSL color Cylindrical-coordinate representation of color #28E147: hue angle of 130.05º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #28E147 is Cyan = 0.82, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 40 | 225 | 71 | - |
| CMYK | 0.82 | 0 | 0.68 | 0.12 |
| HSL | 130.05º | 0.76% | 0.52% | - |
| HSV(B) | 130.05º | 0.82% | 0.88% | - |
| XYZ | 28.94 | 54.76 | 15.01 | - |
| YUV | 152.13 | 82.21 | 48.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 225 | 71 | 0.82 | 0 | 0.68 | 0.12 | 130.05 | 0.76 | 0.52 |
| Hex | 28 | E1 | 47 | 52 | 0 | 44 | C | 82 | 4C | 34 |
| Octal | 50 | 341 | 107 | 122 | 0 | 104 | 14 | 202 | 114 | 64 |
| Binary | 101000 | 11100001 | 1000111 | 1010010 | 0 | 1000100 | 1100 | 10000010 | 1001100 | 110100 |
Color Harmonies of #28E147
Complementary color
Monochromatic Colors of #28E147
Black with #28E147
Text Example
Text Example
White with #28E147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28E147; }
p { color: rgb(40,225,71); }
H1.HeaderClassName
{
color: #28E147;
}
.AnyTagClassName
{
color: #28E147;
}
</style>
background-color css
<style>
a { background-color: #28E147; }
a { background-color: rgb(40,225,71); }
div.DivClassName
{
background-color: #28E147;
}
.BgClassName
{
background-color: #28E147;
}
</style>
border-color css
<style>
span { border-color: #28E147; }
span { border-color: rgb(40,225,71); }
td.TdClassName
{
border-color: #28E147;
}
.TagClassName
{
border-color: #28E147;
}
</style>