Shades of Lime Green #25B744
Tints of Lime Green #25B744
RGB
CMYK
RGB Variations
Color information
#25B744 (or 0x25B744) is known color: Lime Green. HEX triplet: 25, B7 and 44. RGB value is (37,183,68). Sum of RGB (Red+Green+Blue) = 37+183+68=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 183 (71.88% from 255 or 63.54% from 288); Blue value is 68 (26.95% from 255 or 23.61% from 288); Max value from RGB is 183 - color contains mainly: green. Hex color #25B744 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25B744 is #DA48BB. Grayscale: #7E7E7E. Windows color (decimal): -14305468 or 4503333. OLE color: 4503333.
HSL color Cylindrical-coordinate representation of color #25B744: hue angle of 132.74º 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 #25B744 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 37 | 183 | 68 | - |
| CMYK | 0.80 | 0 | 0.63 | 0.28 |
| HSL | 132.74º | 0.66% | 0.43% | - |
| HSV(B) | 132.74º | 0.8% | 0.72% | - |
| XYZ | 18.74 | 34.68 | 11.17 | - |
| YUV | 126.24 | 95.13 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 183 | 68 | 0.80 | 0 | 0.63 | 0.28 | 132.74 | 0.66 | 0.43 |
| Hex | 25 | B7 | 44 | 50 | 0 | 3F | 1C | 85 | 42 | 2B |
| Octal | 45 | 267 | 104 | 120 | 0 | 77 | 34 | 205 | 102 | 53 |
| Binary | 100101 | 10110111 | 1000100 | 1010000 | 0 | 111111 | 11100 | 10000101 | 1000010 | 101011 |
Color Harmonies of #25B744
Complementary color
Monochromatic Colors of #25B744
Black with #25B744
Text Example
Text Example
White with #25B744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B744; }
p { color: rgb(37,183,68); }
H1.HeaderClassName
{
color: #25B744;
}
.AnyTagClassName
{
color: #25B744;
}
</style>
background-color css
<style>
a { background-color: #25B744; }
a { background-color: rgb(37,183,68); }
div.DivClassName
{
background-color: #25B744;
}
.BgClassName
{
background-color: #25B744;
}
</style>
border-color css
<style>
span { border-color: #25B744; }
span { border-color: rgb(37,183,68); }
td.TdClassName
{
border-color: #25B744;
}
.TagClassName
{
border-color: #25B744;
}
</style>