Shades of Lime Green #25BA11
Tints of Lime Green #25BA11
RGB
CMYK
RGB Variations
Color information
#25BA11 (or 0x25BA11) is known color: Lime Green. HEX triplet: 25, BA and 11. RGB value is (37,186,17). Sum of RGB (Red+Green+Blue) = 37+186+17=240 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.42% from 240); Green value is 186 (73.05% from 255 or 77.5% from 240); Blue value is 17 (7.03% from 255 or 7.08% from 240); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA11 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BA11 is #DA45EE. Grayscale: #7A7A7A. Windows color (decimal): -14304751 or 1161765. OLE color: 1161765.
HSL color Cylindrical-coordinate representation of color #25BA11: hue angle of 112.9º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25BA11 is Cyan = 0.80, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 17 | - |
| CMYK | 0.80 | 0 | 0.91 | 0.27 |
| HSL | 112.9º | 0.83% | 0.4% | - |
| HSV(B) | 112.9º | 0.91% | 0.73% | - |
| XYZ | 18.42 | 35.55 | 6.42 | - |
| YUV | 122.18 | 68.64 | 67.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 17 | 0.80 | 0 | 0.91 | 0.27 | 112.9 | 0.83 | 0.4 |
| Hex | 25 | BA | 11 | 50 | 0 | 5B | 1B | 71 | 53 | 28 |
| Octal | 45 | 272 | 21 | 120 | 0 | 133 | 33 | 161 | 123 | 50 |
| Binary | 100101 | 10111010 | 10001 | 1010000 | 0 | 1011011 | 11011 | 1110001 | 1010011 | 101000 |
Color Harmonies of #25BA11
Complementary color
Monochromatic Colors of #25BA11
Black with #25BA11
Text Example
Text Example
White with #25BA11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA11; }
p { color: rgb(37,186,17); }
H1.HeaderClassName
{
color: #25BA11;
}
.AnyTagClassName
{
color: #25BA11;
}
</style>
background-color css
<style>
a { background-color: #25BA11; }
a { background-color: rgb(37,186,17); }
div.DivClassName
{
background-color: #25BA11;
}
.BgClassName
{
background-color: #25BA11;
}
</style>
border-color css
<style>
span { border-color: #25BA11; }
span { border-color: rgb(37,186,17); }
td.TdClassName
{
border-color: #25BA11;
}
.TagClassName
{
border-color: #25BA11;
}
</style>