Shades of Lime Green #28C548
Tints of Lime Green #28C548
RGB
CMYK
RGB Variations
Color information
#28C548 (or 0x28C548) is known color: Lime Green. HEX triplet: 28, C5 and 48. RGB value is (40,197,72). Sum of RGB (Red+Green+Blue) = 40+197+72=309 (40% of max value = 765). Red value is 40 (16.02% from 255 or 12.94% from 309); Green value is 197 (77.34% from 255 or 63.75% from 309); Blue value is 72 (28.52% from 255 or 23.30% from 309); Max value from RGB is 197 - color contains mainly: green. Hex color #28C548 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C548 is #D73AB7. Grayscale: #888888. Windows color (decimal): -14105272 or 4769064. OLE color: 4769064.
HSL color Cylindrical-coordinate representation of color #28C548: hue angle of 132.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C548 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 72 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.23 |
| HSL | 132.23º | 0.66% | 0.46% | - |
| HSV(B) | 132.23º | 0.8% | 0.77% | - |
| XYZ | 22.01 | 40.85 | 12.86 | - |
| YUV | 135.81 | 91.99 | 59.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 72 | 0.80 | 0 | 0.63 | 0.23 | 132.23 | 0.66 | 0.46 |
| Hex | 28 | C5 | 48 | 50 | 0 | 3F | 17 | 84 | 42 | 2E |
| Octal | 50 | 305 | 110 | 120 | 0 | 77 | 27 | 204 | 102 | 56 |
| Binary | 101000 | 11000101 | 1001000 | 1010000 | 0 | 111111 | 10111 | 10000100 | 1000010 | 101110 |
Color Harmonies of #28C548
Complementary color
Monochromatic Colors of #28C548
Black with #28C548
Text Example
Text Example
White with #28C548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C548; }
p { color: rgb(40,197,72); }
H1.HeaderClassName
{
color: #28C548;
}
.AnyTagClassName
{
color: #28C548;
}
</style>
background-color css
<style>
a { background-color: #28C548; }
a { background-color: rgb(40,197,72); }
div.DivClassName
{
background-color: #28C548;
}
.BgClassName
{
background-color: #28C548;
}
</style>
border-color css
<style>
span { border-color: #28C548; }
span { border-color: rgb(40,197,72); }
td.TdClassName
{
border-color: #28C548;
}
.TagClassName
{
border-color: #28C548;
}
</style>