Shades of Lime Green #28B915
Tints of Lime Green #28B915
RGB
CMYK
RGB Variations
Color information
#28B915 (or 0x28B915) is known color: Lime Green. HEX triplet: 28, B9 and 15. RGB value is (40,185,21). Sum of RGB (Red+Green+Blue) = 40+185+21=246 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.26% from 246); Green value is 185 (72.66% from 255 or 75.20% from 246); Blue value is 21 (8.59% from 255 or 8.54% from 246); Max value from RGB is 185 - color contains mainly: green. Hex color #28B915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #28B915 is #D746EA. Grayscale: #7B7B7B. Windows color (decimal): -14108395 or 1423656. OLE color: 1423656.
HSL color Cylindrical-coordinate representation of color #28B915: hue angle of 113.05º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #28B915 is Cyan = 0.78, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 185 | 21 | - |
| CMYK | 0.78 | 0 | 0.89 | 0.27 |
| HSL | 113.05º | 0.8% | 0.4% | - |
| HSV(B) | 113.05º | 0.89% | 0.73% | - |
| XYZ | 18.36 | 35.2 | 6.54 | - |
| YUV | 122.95 | 70.46 | 68.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 185 | 21 | 0.78 | 0 | 0.89 | 0.27 | 113.05 | 0.8 | 0.4 |
| Hex | 28 | B9 | 15 | 4E | 0 | 59 | 1B | 71 | 50 | 28 |
| Octal | 50 | 271 | 25 | 116 | 0 | 131 | 33 | 161 | 120 | 50 |
| Binary | 101000 | 10111001 | 10101 | 1001110 | 0 | 1011001 | 11011 | 1110001 | 1010000 | 101000 |
Color Harmonies of #28B915
Complementary color
Monochromatic Colors of #28B915
Black with #28B915
Text Example
Text Example
White with #28B915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28B915; }
p { color: rgb(40,185,21); }
H1.HeaderClassName
{
color: #28B915;
}
.AnyTagClassName
{
color: #28B915;
}
</style>
background-color css
<style>
a { background-color: #28B915; }
a { background-color: rgb(40,185,21); }
div.DivClassName
{
background-color: #28B915;
}
.BgClassName
{
background-color: #28B915;
}
</style>
border-color css
<style>
span { border-color: #28B915; }
span { border-color: rgb(40,185,21); }
td.TdClassName
{
border-color: #28B915;
}
.TagClassName
{
border-color: #28B915;
}
</style>