Shades of Lime Green #25BA40
Tints of Lime Green #25BA40
RGB
CMYK
RGB Variations
Color information
#25BA40 (or 0x25BA40) is known color: Lime Green. HEX triplet: 25, BA and 40. RGB value is (37,186,64). Sum of RGB (Red+Green+Blue) = 37+186+64=287 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.89% from 287); Green value is 186 (73.05% from 255 or 64.81% from 287); Blue value is 64 (25.39% from 255 or 22.30% from 287); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA40 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA40 is #DA45BF. Grayscale: #7F7F7F. Windows color (decimal): -14304704 or 4241957. OLE color: 4241957.
HSL color Cylindrical-coordinate representation of color #25BA40: hue angle of 130.87º 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 #25BA40 is Cyan = 0.80, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 64 | - |
| CMYK | 0.80 | 0 | 0.66 | 0.27 |
| HSL | 130.87º | 0.67% | 0.44% | - |
| HSV(B) | 130.87º | 0.8% | 0.73% | - |
| XYZ | 19.25 | 35.88 | 10.76 | - |
| YUV | 127.54 | 92.14 | 63.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 64 | 0.80 | 0 | 0.66 | 0.27 | 130.87 | 0.67 | 0.44 |
| Hex | 25 | BA | 40 | 50 | 0 | 42 | 1B | 83 | 43 | 2C |
| Octal | 45 | 272 | 100 | 120 | 0 | 102 | 33 | 203 | 103 | 54 |
| Binary | 100101 | 10111010 | 1000000 | 1010000 | 0 | 1000010 | 11011 | 10000011 | 1000011 | 101100 |
Color Harmonies of #25BA40
Complementary color
Monochromatic Colors of #25BA40
Black with #25BA40
Text Example
Text Example
White with #25BA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA40; }
p { color: rgb(37,186,64); }
H1.HeaderClassName
{
color: #25BA40;
}
.AnyTagClassName
{
color: #25BA40;
}
</style>
background-color css
<style>
a { background-color: #25BA40; }
a { background-color: rgb(37,186,64); }
div.DivClassName
{
background-color: #25BA40;
}
.BgClassName
{
background-color: #25BA40;
}
</style>
border-color css
<style>
span { border-color: #25BA40; }
span { border-color: rgb(37,186,64); }
td.TdClassName
{
border-color: #25BA40;
}
.TagClassName
{
border-color: #25BA40;
}
</style>