Shades of Lime Green #25B313
Tints of Lime Green #25B313
RGB
CMYK
RGB Variations
Color information
#25B313 (or 0x25B313) is known color: Lime Green. HEX triplet: 25, B3 and 13. RGB value is (37,179,19). Sum of RGB (Red+Green+Blue) = 37+179+19=235 (31% of max value = 765). Red value is 37 (14.84% from 255 or 15.74% from 235); Green value is 179 (70.31% from 255 or 76.17% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 179 - color contains mainly: green. Hex color #25B313 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25B313 is #DA4CEC. Grayscale: #767676. Windows color (decimal): -14306541 or 1291045. OLE color: 1291045.
HSL color Cylindrical-coordinate representation of color #25B313: hue angle of 113.25º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #25B313 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 37 | 179 | 19 | - |
| CMYK | 0.79 | 0 | 0.89 | 0.30 |
| HSL | 113.25º | 0.81% | 0.39% | - |
| HSV(B) | 113.25º | 0.89% | 0.7% | - |
| XYZ | 17 | 32.68 | 6.03 | - |
| YUV | 118.3 | 71.96 | 70.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 179 | 19 | 0.79 | 0 | 0.89 | 0.30 | 113.25 | 0.81 | 0.39 |
| Hex | 25 | B3 | 13 | 4F | 0 | 59 | 1E | 71 | 51 | 27 |
| Octal | 45 | 263 | 23 | 117 | 0 | 131 | 36 | 161 | 121 | 47 |
| Binary | 100101 | 10110011 | 10011 | 1001111 | 0 | 1011001 | 11110 | 1110001 | 1010001 | 100111 |
Color Harmonies of #25B313
Complementary color
Monochromatic Colors of #25B313
Black with #25B313
Text Example
Text Example
White with #25B313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25B313; }
p { color: rgb(37,179,19); }
H1.HeaderClassName
{
color: #25B313;
}
.AnyTagClassName
{
color: #25B313;
}
</style>
background-color css
<style>
a { background-color: #25B313; }
a { background-color: rgb(37,179,19); }
div.DivClassName
{
background-color: #25B313;
}
.BgClassName
{
background-color: #25B313;
}
</style>
border-color css
<style>
span { border-color: #25B313; }
span { border-color: rgb(37,179,19); }
td.TdClassName
{
border-color: #25B313;
}
.TagClassName
{
border-color: #25B313;
}
</style>