Shades of Lime Green #25B726
Tints of Lime Green #25B726
RGB
CMYK
RGB Variations
Color information
#25B726 (or 0x25B726) is known color: Lime Green. HEX triplet: 25, B7 and 26. RGB value is (37,183,38). Sum of RGB (Red+Green+Blue) = 37+183+38=258 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.34% from 258); Green value is 183 (71.88% from 255 or 70.93% from 258); Blue value is 38 (15.23% from 255 or 14.73% from 258); Max value from RGB is 183 - color contains mainly: green. Hex color #25B726 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B726 is #DA48D9. Grayscale: #7B7B7B. Windows color (decimal): -14305498 or 2537253. OLE color: 2537253.
HSL color Cylindrical-coordinate representation of color #25B726: hue angle of 120.41º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #25B726 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 38 | - |
| CMYK | 0.80 | 0 | 0.79 | 0.28 |
| HSL | 120.41º | 0.66% | 0.43% | - |
| HSV(B) | 120.41º | 0.8% | 0.72% | - |
| XYZ | 18.05 | 34.4 | 7.52 | - |
| YUV | 122.82 | 80.13 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 38 | 0.80 | 0 | 0.79 | 0.28 | 120.41 | 0.66 | 0.43 |
| Hex | 25 | B7 | 26 | 50 | 0 | 4F | 1C | 78 | 42 | 2B |
| Octal | 45 | 267 | 46 | 120 | 0 | 117 | 34 | 170 | 102 | 53 |
| Binary | 100101 | 10110111 | 100110 | 1010000 | 0 | 1001111 | 11100 | 1111000 | 1000010 | 101011 |
Color Harmonies of #25B726
Complementary color
Monochromatic Colors of #25B726
Black with #25B726
Text Example
Text Example
White with #25B726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B726; }
p { color: rgb(37,183,38); }
H1.HeaderClassName
{
color: #25B726;
}
.AnyTagClassName
{
color: #25B726;
}
</style>
background-color css
<style>
a { background-color: #25B726; }
a { background-color: rgb(37,183,38); }
div.DivClassName
{
background-color: #25B726;
}
.BgClassName
{
background-color: #25B726;
}
</style>
border-color css
<style>
span { border-color: #25B726; }
span { border-color: rgb(37,183,38); }
td.TdClassName
{
border-color: #25B726;
}
.TagClassName
{
border-color: #25B726;
}
</style>