Shades of Lime Green #25BA22
Tints of Lime Green #25BA22
RGB
CMYK
RGB Variations
Color information
#25BA22 (or 0x25BA22) is known color: Lime Green. HEX triplet: 25, BA and 22. RGB value is (37,186,34). Sum of RGB (Red+Green+Blue) = 37+186+34=257 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.40% from 257); Green value is 186 (73.05% from 255 or 72.37% from 257); Blue value is 34 (13.67% from 255 or 13.23% from 257); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA22 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA22 is #DA45DD. Grayscale: #7C7C7C. Windows color (decimal): -14304734 or 2275877. OLE color: 2275877.
HSL color Cylindrical-coordinate representation of color #25BA22: hue angle of 118.82º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25BA22 is Cyan = 0.80, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 34 | - |
| CMYK | 0.80 | 0 | 0.82 | 0.27 |
| HSL | 118.82º | 0.69% | 0.43% | - |
| HSV(B) | 118.82º | 0.82% | 0.73% | - |
| XYZ | 18.61 | 35.63 | 7.41 | - |
| YUV | 124.12 | 77.14 | 65.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 34 | 0.80 | 0 | 0.82 | 0.27 | 118.82 | 0.69 | 0.43 |
| Hex | 25 | BA | 22 | 50 | 0 | 52 | 1B | 77 | 45 | 2B |
| Octal | 45 | 272 | 42 | 120 | 0 | 122 | 33 | 167 | 105 | 53 |
| Binary | 100101 | 10111010 | 100010 | 1010000 | 0 | 1010010 | 11011 | 1110111 | 1000101 | 101011 |
Color Harmonies of #25BA22
Complementary color
Monochromatic Colors of #25BA22
Black with #25BA22
Text Example
Text Example
White with #25BA22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA22; }
p { color: rgb(37,186,34); }
H1.HeaderClassName
{
color: #25BA22;
}
.AnyTagClassName
{
color: #25BA22;
}
</style>
background-color css
<style>
a { background-color: #25BA22; }
a { background-color: rgb(37,186,34); }
div.DivClassName
{
background-color: #25BA22;
}
.BgClassName
{
background-color: #25BA22;
}
</style>
border-color css
<style>
span { border-color: #25BA22; }
span { border-color: rgb(37,186,34); }
td.TdClassName
{
border-color: #25BA22;
}
.TagClassName
{
border-color: #25BA22;
}
</style>