Shades of Lime Green #25B742
Tints of Lime Green #25B742
RGB
CMYK
RGB Variations
Color information
#25B742 (or 0x25B742) is known color: Lime Green. HEX triplet: 25, B7 and 42. RGB value is (37,183,66). Sum of RGB (Red+Green+Blue) = 37+183+66=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 183 (71.88% from 255 or 63.99% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 183 - color contains mainly: green. Hex color #25B742 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B742 is #DA48BD. Grayscale: #7E7E7E. Windows color (decimal): -14305470 or 4372261. OLE color: 4372261.
HSL color Cylindrical-coordinate representation of color #25B742: hue angle of 131.92º 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 #25B742 is Cyan = 0.80, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 66 | - |
| CMYK | 0.80 | 0 | 0.64 | 0.28 |
| HSL | 131.92º | 0.66% | 0.43% | - |
| HSV(B) | 131.92º | 0.8% | 0.72% | - |
| XYZ | 18.68 | 34.65 | 10.86 | - |
| YUV | 126.01 | 94.13 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 66 | 0.80 | 0 | 0.64 | 0.28 | 131.92 | 0.66 | 0.43 |
| Hex | 25 | B7 | 42 | 50 | 0 | 40 | 1C | 84 | 42 | 2B |
| Octal | 45 | 267 | 102 | 120 | 0 | 100 | 34 | 204 | 102 | 53 |
| Binary | 100101 | 10110111 | 1000010 | 1010000 | 0 | 1000000 | 11100 | 10000100 | 1000010 | 101011 |
Color Harmonies of #25B742
Complementary color
Monochromatic Colors of #25B742
Black with #25B742
Text Example
Text Example
White with #25B742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B742; }
p { color: rgb(37,183,66); }
H1.HeaderClassName
{
color: #25B742;
}
.AnyTagClassName
{
color: #25B742;
}
</style>
background-color css
<style>
a { background-color: #25B742; }
a { background-color: rgb(37,183,66); }
div.DivClassName
{
background-color: #25B742;
}
.BgClassName
{
background-color: #25B742;
}
</style>
border-color css
<style>
span { border-color: #25B742; }
span { border-color: rgb(37,183,66); }
td.TdClassName
{
border-color: #25B742;
}
.TagClassName
{
border-color: #25B742;
}
</style>