Shades of Lime Green #25BA46
Tints of Lime Green #25BA46
RGB
CMYK
RGB Variations
Color information
#25BA46 (or 0x25BA46) is known color: Lime Green. HEX triplet: 25, BA and 46. RGB value is (37,186,70). Sum of RGB (Red+Green+Blue) = 37+186+70=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 186 (73.05% from 255 or 63.48% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 186 - color contains mainly: green. Hex color #25BA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25BA46 is #DA45B9. Grayscale: #808080. Windows color (decimal): -14304698 or 4635173. OLE color: 4635173.
HSL color Cylindrical-coordinate representation of color #25BA46: hue angle of 133.29º 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 #25BA46 is Cyan = 0.80, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 37 | 186 | 70 | - |
| CMYK | 0.80 | 0 | 0.62 | 0.27 |
| HSL | 133.29º | 0.67% | 0.44% | - |
| HSV(B) | 133.29º | 0.8% | 0.73% | - |
| XYZ | 19.43 | 35.95 | 11.71 | - |
| YUV | 128.23 | 95.14 | 62.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 70 | 0.80 | 0 | 0.62 | 0.27 | 133.29 | 0.67 | 0.44 |
| Hex | 25 | BA | 46 | 50 | 0 | 3E | 1B | 85 | 43 | 2C |
| Octal | 45 | 272 | 106 | 120 | 0 | 76 | 33 | 205 | 103 | 54 |
| Binary | 100101 | 10111010 | 1000110 | 1010000 | 0 | 111110 | 11011 | 10000101 | 1000011 | 101100 |
Color Harmonies of #25BA46
Complementary color
Monochromatic Colors of #25BA46
Black with #25BA46
Text Example
Text Example
White with #25BA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BA46; }
p { color: rgb(37,186,70); }
H1.HeaderClassName
{
color: #25BA46;
}
.AnyTagClassName
{
color: #25BA46;
}
</style>
background-color css
<style>
a { background-color: #25BA46; }
a { background-color: rgb(37,186,70); }
div.DivClassName
{
background-color: #25BA46;
}
.BgClassName
{
background-color: #25BA46;
}
</style>
border-color css
<style>
span { border-color: #25BA46; }
span { border-color: rgb(37,186,70); }
td.TdClassName
{
border-color: #25BA46;
}
.TagClassName
{
border-color: #25BA46;
}
</style>