Shades of Lime Green #25D513
Tints of Lime Green #25D513
RGB
CMYK
RGB Variations
Color information
#25D513 (or 0x25D513) is known color: Lime Green. HEX triplet: 25, D5 and 13. RGB value is (37,213,19). Sum of RGB (Red+Green+Blue) = 37+213+19=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 213 (83.59% from 255 or 79.18% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 213 - color contains mainly: green. Hex color #25D513 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D513 is #DA2AEC. Grayscale: #8A8A8A. Windows color (decimal): -14297837 or 1299749. OLE color: 1299749.
HSL color Cylindrical-coordinate representation of color #25D513: hue angle of 114.43º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25D513 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 213 | 19 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.16 |
| HSL | 114.43º | 0.84% | 0.45% | - |
| HSV(B) | 114.43º | 0.91% | 0.84% | - |
| XYZ | 24.67 | 48.03 | 8.59 | - |
| YUV | 138.26 | 60.69 | 55.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 213 | 19 | 0.83 | 0 | 0.91 | 0.16 | 114.43 | 0.84 | 0.45 |
| Hex | 25 | D5 | 13 | 53 | 0 | 5B | 10 | 72 | 54 | 2D |
| Octal | 45 | 325 | 23 | 123 | 0 | 133 | 20 | 162 | 124 | 55 |
| Binary | 100101 | 11010101 | 10011 | 1010011 | 0 | 1011011 | 10000 | 1110010 | 1010100 | 101101 |
Color Harmonies of #25D513
Complementary color
Monochromatic Colors of #25D513
Black with #25D513
Text Example
Text Example
White with #25D513
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D513; }
p { color: rgb(37,213,19); }
H1.HeaderClassName
{
color: #25D513;
}
.AnyTagClassName
{
color: #25D513;
}
</style>
background-color css
<style>
a { background-color: #25D513; }
a { background-color: rgb(37,213,19); }
div.DivClassName
{
background-color: #25D513;
}
.BgClassName
{
background-color: #25D513;
}
</style>
border-color css
<style>
span { border-color: #25D513; }
span { border-color: rgb(37,213,19); }
td.TdClassName
{
border-color: #25D513;
}
.TagClassName
{
border-color: #25D513;
}
</style>