Shades of Lime Green #28BA2E
Tints of Lime Green #28BA2E
RGB
CMYK
RGB Variations
Color information
#28BA2E (or 0x28BA2E) is known color: Lime Green. HEX triplet: 28, BA and 2E. RGB value is (40,186,46). Sum of RGB (Red+Green+Blue) = 40+186+46=272 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.71% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA2E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA2E is #D745D1. Grayscale: #7E7E7E. Windows color (decimal): -14108114 or 3062312. OLE color: 3062312.
HSL color Cylindrical-coordinate representation of color #28BA2E: hue angle of 122.47º 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 #28BA2E is Cyan = 0.78, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 46 | - |
| CMYK | 0.78 | 0 | 0.75 | 0.27 |
| HSL | 122.47º | 0.65% | 0.44% | - |
| HSV(B) | 122.47º | 0.78% | 0.73% | - |
| XYZ | 18.93 | 35.77 | 8.49 | - |
| YUV | 126.39 | 82.63 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 46 | 0.78 | 0 | 0.75 | 0.27 | 122.47 | 0.65 | 0.44 |
| Hex | 28 | BA | 2E | 4E | 0 | 4B | 1B | 7A | 41 | 2C |
| Octal | 50 | 272 | 56 | 116 | 0 | 113 | 33 | 172 | 101 | 54 |
| Binary | 101000 | 10111010 | 101110 | 1001110 | 0 | 1001011 | 11011 | 1111010 | 1000001 | 101100 |
Color Harmonies of #28BA2E
Complementary color
Monochromatic Colors of #28BA2E
Black with #28BA2E
Text Example
Text Example
White with #28BA2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA2E; }
p { color: rgb(40,186,46); }
H1.HeaderClassName
{
color: #28BA2E;
}
.AnyTagClassName
{
color: #28BA2E;
}
</style>
background-color css
<style>
a { background-color: #28BA2E; }
a { background-color: rgb(40,186,46); }
div.DivClassName
{
background-color: #28BA2E;
}
.BgClassName
{
background-color: #28BA2E;
}
</style>
border-color css
<style>
span { border-color: #28BA2E; }
span { border-color: rgb(40,186,46); }
td.TdClassName
{
border-color: #28BA2E;
}
.TagClassName
{
border-color: #28BA2E;
}
</style>