Shades of Lime Green #28BA25
Tints of Lime Green #28BA25
RGB
CMYK
RGB Variations
Color information
#28BA25 (or 0x28BA25) is known color: Lime Green. HEX triplet: 28, BA and 25. RGB value is (40,186,37). Sum of RGB (Red+Green+Blue) = 40+186+37=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 186 (73.05% from 255 or 70.72% from 263); Blue value is 37 (14.84% from 255 or 14.07% from 263); Max value from RGB is 186 - color contains mainly: green. Hex color #28BA25 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #28BA25 is #D745DA. Grayscale: #7D7D7D. Windows color (decimal): -14108123 or 2472488. OLE color: 2472488.
HSL color Cylindrical-coordinate representation of color #28BA25: hue angle of 118.79º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28BA25 is Cyan = 0.78, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 40 | 186 | 37 | - |
| CMYK | 0.78 | 0 | 0.80 | 0.27 |
| HSL | 118.79º | 0.67% | 0.44% | - |
| HSV(B) | 118.79º | 0.8% | 0.73% | - |
| XYZ | 18.77 | 35.7 | 7.65 | - |
| YUV | 125.36 | 78.13 | 67.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 186 | 37 | 0.78 | 0 | 0.80 | 0.27 | 118.79 | 0.67 | 0.44 |
| Hex | 28 | BA | 25 | 4E | 0 | 50 | 1B | 77 | 43 | 2C |
| Octal | 50 | 272 | 45 | 116 | 0 | 120 | 33 | 167 | 103 | 54 |
| Binary | 101000 | 10111010 | 100101 | 1001110 | 0 | 1010000 | 11011 | 1110111 | 1000011 | 101100 |
Color Harmonies of #28BA25
Complementary color
Monochromatic Colors of #28BA25
Black with #28BA25
Text Example
Text Example
White with #28BA25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28BA25; }
p { color: rgb(40,186,37); }
H1.HeaderClassName
{
color: #28BA25;
}
.AnyTagClassName
{
color: #28BA25;
}
</style>
background-color css
<style>
a { background-color: #28BA25; }
a { background-color: rgb(40,186,37); }
div.DivClassName
{
background-color: #28BA25;
}
.BgClassName
{
background-color: #28BA25;
}
</style>
border-color css
<style>
span { border-color: #28BA25; }
span { border-color: rgb(40,186,37); }
td.TdClassName
{
border-color: #28BA25;
}
.TagClassName
{
border-color: #28BA25;
}
</style>