Shades of Lime Green #28BA48
Tints of Lime Green #28BA48
RGB
CMYK
RGB Variations
Color information
#28BA48 (or 0x28BA48) is known color: Lime Green. HEX triplet: 28, BA and 48. RGB value is (40,186,72). Sum of RGB (Red+Green+Blue) = 40+186+72=298 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.42% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA48 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA48 is #D745B7. Grayscale: #818181. Windows color (decimal): -14108088 or 4766248. OLE color: 4766248.
HSL color Cylindrical-coordinate representation of color #28BA48: hue angle of 133.15º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #28BA48 is Cyan = 0.78, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 72 | - |
| CMYK | 0.78 | 0 | 0.61 | 0.27 |
| HSL | 133.15º | 0.65% | 0.44% | - |
| HSV(B) | 133.15º | 0.78% | 0.73% | - |
| XYZ | 19.6 | 36.04 | 12.05 | - |
| YUV | 129.35 | 95.63 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 72 | 0.78 | 0 | 0.61 | 0.27 | 133.15 | 0.65 | 0.44 |
| Hex | 28 | BA | 48 | 4E | 0 | 3D | 1B | 85 | 41 | 2C |
| Octal | 50 | 272 | 110 | 116 | 0 | 75 | 33 | 205 | 101 | 54 |
| Binary | 101000 | 10111010 | 1001000 | 1001110 | 0 | 111101 | 11011 | 10000101 | 1000001 | 101100 |
Color Harmonies of #28BA48
Complementary color
Monochromatic Colors of #28BA48
Black with #28BA48
Text Example
Text Example
White with #28BA48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA48; }
p { color: rgb(40,186,72); }
H1.HeaderClassName
{
color: #28BA48;
}
.AnyTagClassName
{
color: #28BA48;
}
</style>
background-color css
<style>
a { background-color: #28BA48; }
a { background-color: rgb(40,186,72); }
div.DivClassName
{
background-color: #28BA48;
}
.BgClassName
{
background-color: #28BA48;
}
</style>
border-color css
<style>
span { border-color: #28BA48; }
span { border-color: rgb(40,186,72); }
td.TdClassName
{
border-color: #28BA48;
}
.TagClassName
{
border-color: #28BA48;
}
</style>