Shades of Lime Green #25BA18
Tints of Lime Green #25BA18
RGB
CMYK
RGB Variations
Color information
#25BA18 (or 0x25BA18) is known color: Lime Green. HEX triplet: 25, BA and 18. RGB value is (37,186,24). Sum of RGB (Red+Green+Blue) = 37+186+24=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 186 (73.05% from 255 or 75.30% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA18 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BA18 is #DA45E7. Grayscale: #7B7B7B. Windows color (decimal): -14304744 or 1620517. OLE color: 1620517.
HSL color Cylindrical-coordinate representation of color #25BA18: hue angle of 115.19º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25BA18 is Cyan = 0.80, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 24 | - |
| CMYK | 0.80 | 0 | 0.87 | 0.27 |
| HSL | 115.19º | 0.77% | 0.41% | - |
| HSV(B) | 115.19º | 0.87% | 0.73% | - |
| XYZ | 18.49 | 35.58 | 6.76 | - |
| YUV | 122.98 | 72.14 | 66.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 24 | 0.80 | 0 | 0.87 | 0.27 | 115.19 | 0.77 | 0.41 |
| Hex | 25 | BA | 18 | 50 | 0 | 57 | 1B | 73 | 4D | 29 |
| Octal | 45 | 272 | 30 | 120 | 0 | 127 | 33 | 163 | 115 | 51 |
| Binary | 100101 | 10111010 | 11000 | 1010000 | 0 | 1010111 | 11011 | 1110011 | 1001101 | 101001 |
Color Harmonies of #25BA18
Complementary color
Monochromatic Colors of #25BA18
Black with #25BA18
Text Example
Text Example
White with #25BA18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA18; }
p { color: rgb(37,186,24); }
H1.HeaderClassName
{
color: #25BA18;
}
.AnyTagClassName
{
color: #25BA18;
}
</style>
background-color css
<style>
a { background-color: #25BA18; }
a { background-color: rgb(37,186,24); }
div.DivClassName
{
background-color: #25BA18;
}
.BgClassName
{
background-color: #25BA18;
}
</style>
border-color css
<style>
span { border-color: #25BA18; }
span { border-color: rgb(37,186,24); }
td.TdClassName
{
border-color: #25BA18;
}
.TagClassName
{
border-color: #25BA18;
}
</style>