Shades of Lime Green #25BA37
Tints of Lime Green #25BA37
RGB
CMYK
RGB Variations
Color information
#25BA37 (or 0x25BA37) is known color: Lime Green. HEX triplet: 25, BA and 37. RGB value is (37,186,55). Sum of RGB (Red+Green+Blue) = 37+186+55=278 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.31% from 278); Green value is 186 (73.05% from 255 or 66.91% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA37 is #DA45C8. Grayscale: #7E7E7E. Windows color (decimal): -14304713 or 3652133. OLE color: 3652133.
HSL color Cylindrical-coordinate representation of color #25BA37: hue angle of 127.25º 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 #25BA37 is Cyan = 0.80, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 55 | - |
| CMYK | 0.80 | 0 | 0.70 | 0.27 |
| HSL | 127.25º | 0.67% | 0.44% | - |
| HSV(B) | 127.25º | 0.8% | 0.73% | - |
| XYZ | 19.01 | 35.79 | 9.52 | - |
| YUV | 126.52 | 87.64 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 55 | 0.80 | 0 | 0.70 | 0.27 | 127.25 | 0.67 | 0.44 |
| Hex | 25 | BA | 37 | 50 | 0 | 46 | 1B | 7F | 43 | 2C |
| Octal | 45 | 272 | 67 | 120 | 0 | 106 | 33 | 177 | 103 | 54 |
| Binary | 100101 | 10111010 | 110111 | 1010000 | 0 | 1000110 | 11011 | 1111111 | 1000011 | 101100 |
Color Harmonies of #25BA37
Complementary color
Monochromatic Colors of #25BA37
Black with #25BA37
Text Example
Text Example
White with #25BA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA37; }
p { color: rgb(37,186,55); }
H1.HeaderClassName
{
color: #25BA37;
}
.AnyTagClassName
{
color: #25BA37;
}
</style>
background-color css
<style>
a { background-color: #25BA37; }
a { background-color: rgb(37,186,55); }
div.DivClassName
{
background-color: #25BA37;
}
.BgClassName
{
background-color: #25BA37;
}
</style>
border-color css
<style>
span { border-color: #25BA37; }
span { border-color: rgb(37,186,55); }
td.TdClassName
{
border-color: #25BA37;
}
.TagClassName
{
border-color: #25BA37;
}
</style>