Shades of Lime Green #25D637
Tints of Lime Green #25D637
RGB
CMYK
RGB Variations
Color information
#25D637 (or 0x25D637) is known color: Lime Green. HEX triplet: 25, D6 and 37. RGB value is (37,214,55). Sum of RGB (Red+Green+Blue) = 37+214+55=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 214 (83.98% from 255 or 69.93% from 306); Blue value is 55 (21.88% from 255 or 17.97% from 306); Max value from RGB is 214 - color contains mainly: green. Hex color #25D637 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D637 is #DA29C8. Grayscale: #8F8F8F. Windows color (decimal): -14297545 or 3659301. OLE color: 3659301.
HSL color Cylindrical-coordinate representation of color #25D637: hue angle of 126.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25D637 is Cyan = 0.83, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 55 | - |
| CMYK | 0.83 | 0 | 0.74 | 0.16 |
| HSL | 126.1º | 0.71% | 0.49% | - |
| HSV(B) | 126.1º | 0.83% | 0.84% | - |
| XYZ | 25.5 | 48.76 | 11.68 | - |
| YUV | 142.95 | 78.36 | 52.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 55 | 0.83 | 0 | 0.74 | 0.16 | 126.1 | 0.71 | 0.49 |
| Hex | 25 | D6 | 37 | 53 | 0 | 4A | 10 | 7E | 47 | 31 |
| Octal | 45 | 326 | 67 | 123 | 0 | 112 | 20 | 176 | 107 | 61 |
| Binary | 100101 | 11010110 | 110111 | 1010011 | 0 | 1001010 | 10000 | 1111110 | 1000111 | 110001 |
Color Harmonies of #25D637
Complementary color
Monochromatic Colors of #25D637
Black with #25D637
Text Example
Text Example
White with #25D637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D637; }
p { color: rgb(37,214,55); }
H1.HeaderClassName
{
color: #25D637;
}
.AnyTagClassName
{
color: #25D637;
}
</style>
background-color css
<style>
a { background-color: #25D637; }
a { background-color: rgb(37,214,55); }
div.DivClassName
{
background-color: #25D637;
}
.BgClassName
{
background-color: #25D637;
}
</style>
border-color css
<style>
span { border-color: #25D637; }
span { border-color: rgb(37,214,55); }
td.TdClassName
{
border-color: #25D637;
}
.TagClassName
{
border-color: #25D637;
}
</style>