Shades of Lime Green #25BA14
Tints of Lime Green #25BA14
RGB
CMYK
RGB Variations
Color information
#25BA14 (or 0x25BA14) is known color: Lime Green. HEX triplet: 25, BA and 14. RGB value is (37,186,20). Sum of RGB (Red+Green+Blue) = 37+186+20=243 (32% of max value = 765). Red value is 37 (14.84% from 255 or 15.23% from 243); Green value is 186 (73.05% from 255 or 76.54% from 243); Blue value is 20 (8.20% from 255 or 8.23% from 243); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25BA14 is #DA45EB. Grayscale: #7B7B7B. Windows color (decimal): -14304748 or 1358373. OLE color: 1358373.
HSL color Cylindrical-coordinate representation of color #25BA14: hue angle of 113.86º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25BA14 is Cyan = 0.80, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 20 | - |
| CMYK | 0.80 | 0 | 0.89 | 0.27 |
| HSL | 113.86º | 0.81% | 0.4% | - |
| HSV(B) | 113.86º | 0.89% | 0.73% | - |
| XYZ | 18.45 | 35.56 | 6.55 | - |
| YUV | 122.53 | 70.14 | 67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 20 | 0.80 | 0 | 0.89 | 0.27 | 113.86 | 0.81 | 0.4 |
| Hex | 25 | BA | 14 | 50 | 0 | 59 | 1B | 72 | 51 | 28 |
| Octal | 45 | 272 | 24 | 120 | 0 | 131 | 33 | 162 | 121 | 50 |
| Binary | 100101 | 10111010 | 10100 | 1010000 | 0 | 1011001 | 11011 | 1110010 | 1010001 | 101000 |
Color Harmonies of #25BA14
Complementary color
Monochromatic Colors of #25BA14
Black with #25BA14
Text Example
Text Example
White with #25BA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA14; }
p { color: rgb(37,186,20); }
H1.HeaderClassName
{
color: #25BA14;
}
.AnyTagClassName
{
color: #25BA14;
}
</style>
background-color css
<style>
a { background-color: #25BA14; }
a { background-color: rgb(37,186,20); }
div.DivClassName
{
background-color: #25BA14;
}
.BgClassName
{
background-color: #25BA14;
}
</style>
border-color css
<style>
span { border-color: #25BA14; }
span { border-color: rgb(37,186,20); }
td.TdClassName
{
border-color: #25BA14;
}
.TagClassName
{
border-color: #25BA14;
}
</style>