Shades of Lime Green #25D739
Tints of Lime Green #25D739
RGB
CMYK
RGB Variations
Color information
#25D739 (or 0x25D739) is known color: Lime Green. HEX triplet: 25, D7 and 39. RGB value is (37,215,57). Sum of RGB (Red+Green+Blue) = 37+215+57=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 215 (84.38% from 255 or 69.58% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 215 - color contains mainly: green. Hex color #25D739 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D739 is #DA28C6. Grayscale: #909090. Windows color (decimal): -14297287 or 3790629. OLE color: 3790629.
HSL color Cylindrical-coordinate representation of color #25D739: hue angle of 126.74º 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 #25D739 is Cyan = 0.83, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 215 | 57 | - |
| CMYK | 0.83 | 0 | 0.73 | 0.16 |
| HSL | 126.74º | 0.71% | 0.49% | - |
| HSV(B) | 126.74º | 0.83% | 0.84% | - |
| XYZ | 25.8 | 49.29 | 12.02 | - |
| YUV | 143.77 | 79.03 | 51.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 57 | 0.83 | 0 | 0.73 | 0.16 | 126.74 | 0.71 | 0.49 |
| Hex | 25 | D7 | 39 | 53 | 0 | 49 | 10 | 7F | 47 | 31 |
| Octal | 45 | 327 | 71 | 123 | 0 | 111 | 20 | 177 | 107 | 61 |
| Binary | 100101 | 11010111 | 111001 | 1010011 | 0 | 1001001 | 10000 | 1111111 | 1000111 | 110001 |
Color Harmonies of #25D739
Complementary color
Monochromatic Colors of #25D739
Black with #25D739
Text Example
Text Example
White with #25D739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D739; }
p { color: rgb(37,215,57); }
H1.HeaderClassName
{
color: #25D739;
}
.AnyTagClassName
{
color: #25D739;
}
</style>
background-color css
<style>
a { background-color: #25D739; }
a { background-color: rgb(37,215,57); }
div.DivClassName
{
background-color: #25D739;
}
.BgClassName
{
background-color: #25D739;
}
</style>
border-color css
<style>
span { border-color: #25D739; }
span { border-color: rgb(37,215,57); }
td.TdClassName
{
border-color: #25D739;
}
.TagClassName
{
border-color: #25D739;
}
</style>