Shades of Lime Green #28C147
Tints of Lime Green #28C147
RGB
CMYK
RGB Variations
Color information
#28C147 (or 0x28C147) is known color: Lime Green. HEX triplet: 28, C1 and 47. RGB value is (40,193,71). Sum of RGB (Red+Green+Blue) = 40+193+71=304 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.16% from 304); Green value is 193 (75.78% from 255 or 63.49% from 304); Blue value is 71 (28.12% from 255 or 23.36% from 304); Max value from RGB is 193 - color contains mainly: green. Hex color #28C147 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C147 is #D73EB8. Grayscale: #858585. Windows color (decimal): -14106297 or 4702504. OLE color: 4702504.
HSL color Cylindrical-coordinate representation of color #28C147: hue angle of 132.16º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C147 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 71 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.24 |
| HSL | 132.16º | 0.66% | 0.46% | - |
| HSV(B) | 132.16º | 0.79% | 0.76% | - |
| XYZ | 21.08 | 39.05 | 12.39 | - |
| YUV | 133.35 | 92.81 | 61.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 71 | 0.79 | 0 | 0.63 | 0.24 | 132.16 | 0.66 | 0.46 |
| Hex | 28 | C1 | 47 | 4F | 0 | 3F | 18 | 84 | 42 | 2E |
| Octal | 50 | 301 | 107 | 117 | 0 | 77 | 30 | 204 | 102 | 56 |
| Binary | 101000 | 11000001 | 1000111 | 1001111 | 0 | 111111 | 11000 | 10000100 | 1000010 | 101110 |
Color Harmonies of #28C147
Complementary color
Monochromatic Colors of #28C147
Black with #28C147
Text Example
Text Example
White with #28C147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C147; }
p { color: rgb(40,193,71); }
H1.HeaderClassName
{
color: #28C147;
}
.AnyTagClassName
{
color: #28C147;
}
</style>
background-color css
<style>
a { background-color: #28C147; }
a { background-color: rgb(40,193,71); }
div.DivClassName
{
background-color: #28C147;
}
.BgClassName
{
background-color: #28C147;
}
</style>
border-color css
<style>
span { border-color: #28C147; }
span { border-color: rgb(40,193,71); }
td.TdClassName
{
border-color: #28C147;
}
.TagClassName
{
border-color: #28C147;
}
</style>