Shades of Lime Green #28C248
Tints of Lime Green #28C248
RGB
CMYK
RGB Variations
Color information
#28C248 (or 0x28C248) is known color: Lime Green. HEX triplet: 28, C2 and 48. RGB value is (40,194,72). Sum of RGB (Red+Green+Blue) = 40+194+72=306 (40% of max value = 765). Red value is 40 (16.02% from 255 or 13.07% from 306); Green value is 194 (76.17% from 255 or 63.40% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 194 - color contains mainly: green. Hex color #28C248 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28C248 is #D73DB7. Grayscale: #868686. Windows color (decimal): -14106040 or 4768296. OLE color: 4768296.
HSL color Cylindrical-coordinate representation of color #28C248: hue angle of 132.47º 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 #28C248 is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 72 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.24 |
| HSL | 132.47º | 0.66% | 0.46% | - |
| HSV(B) | 132.47º | 0.79% | 0.76% | - |
| XYZ | 21.34 | 39.5 | 12.63 | - |
| YUV | 134.05 | 92.98 | 60.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 72 | 0.79 | 0 | 0.63 | 0.24 | 132.47 | 0.66 | 0.46 |
| Hex | 28 | C2 | 48 | 4F | 0 | 3F | 18 | 84 | 42 | 2E |
| Octal | 50 | 302 | 110 | 117 | 0 | 77 | 30 | 204 | 102 | 56 |
| Binary | 101000 | 11000010 | 1001000 | 1001111 | 0 | 111111 | 11000 | 10000100 | 1000010 | 101110 |
Color Harmonies of #28C248
Complementary color
Monochromatic Colors of #28C248
Black with #28C248
Text Example
Text Example
White with #28C248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C248; }
p { color: rgb(40,194,72); }
H1.HeaderClassName
{
color: #28C248;
}
.AnyTagClassName
{
color: #28C248;
}
</style>
background-color css
<style>
a { background-color: #28C248; }
a { background-color: rgb(40,194,72); }
div.DivClassName
{
background-color: #28C248;
}
.BgClassName
{
background-color: #28C248;
}
</style>
border-color css
<style>
span { border-color: #28C248; }
span { border-color: rgb(40,194,72); }
td.TdClassName
{
border-color: #28C248;
}
.TagClassName
{
border-color: #28C248;
}
</style>