Shades of Lime Green #25BA31
Tints of Lime Green #25BA31
RGB
CMYK
RGB Variations
Color information
#25BA31 (or 0x25BA31) is known color: Lime Green. HEX triplet: 25, BA and 31. RGB value is (37,186,49). Sum of RGB (Red+Green+Blue) = 37+186+49=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 186 (73.05% from 255 or 68.38% from 272); Blue value is 49 (19.53% from 255 or 18.01% from 272); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA31 is #DA45CE. Grayscale: #7E7E7E. Windows color (decimal): -14304719 or 3258917. OLE color: 3258917.
HSL color Cylindrical-coordinate representation of color #25BA31: hue angle of 124.83º 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 #25BA31 is Cyan = 0.80, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 49 | - |
| CMYK | 0.80 | 0 | 0.74 | 0.27 |
| HSL | 124.83º | 0.67% | 0.44% | - |
| HSV(B) | 124.83º | 0.8% | 0.73% | - |
| XYZ | 18.88 | 35.73 | 8.81 | - |
| YUV | 125.83 | 84.64 | 64.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 49 | 0.80 | 0 | 0.74 | 0.27 | 124.83 | 0.67 | 0.44 |
| Hex | 25 | BA | 31 | 50 | 0 | 4A | 1B | 7D | 43 | 2C |
| Octal | 45 | 272 | 61 | 120 | 0 | 112 | 33 | 175 | 103 | 54 |
| Binary | 100101 | 10111010 | 110001 | 1010000 | 0 | 1001010 | 11011 | 1111101 | 1000011 | 101100 |
Color Harmonies of #25BA31
Complementary color
Monochromatic Colors of #25BA31
Black with #25BA31
Text Example
Text Example
White with #25BA31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA31; }
p { color: rgb(37,186,49); }
H1.HeaderClassName
{
color: #25BA31;
}
.AnyTagClassName
{
color: #25BA31;
}
</style>
background-color css
<style>
a { background-color: #25BA31; }
a { background-color: rgb(37,186,49); }
div.DivClassName
{
background-color: #25BA31;
}
.BgClassName
{
background-color: #25BA31;
}
</style>
border-color css
<style>
span { border-color: #25BA31; }
span { border-color: rgb(37,186,49); }
td.TdClassName
{
border-color: #25BA31;
}
.TagClassName
{
border-color: #25BA31;
}
</style>