Shades of Lime Green #25D710
Tints of Lime Green #25D710
RGB
CMYK
RGB Variations
Color information
#25D710 (or 0x25D710) is known color: Lime Green. HEX triplet: 25, D7 and 10. RGB value is (37,215,16). Sum of RGB (Red+Green+Blue) = 37+215+16=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 215 (84.38% from 255 or 80.22% from 268); Blue value is 16 (6.64% from 255 or 5.97% from 268); Max value from RGB is 215 - color contains mainly: green. Hex color #25D710 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D710 is #DA28EF. Grayscale: #8B8B8B. Windows color (decimal): -14297328 or 1103653. OLE color: 1103653.
HSL color Cylindrical-coordinate representation of color #25D710: hue angle of 113.67º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #25D710 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 215 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.16 |
| HSL | 113.67º | 0.86% | 0.45% | - |
| HSV(B) | 113.67º | 0.93% | 0.84% | - |
| XYZ | 25.16 | 49.03 | 8.63 | - |
| YUV | 139.09 | 58.53 | 55.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 16 | 0.83 | 0 | 0.93 | 0.16 | 113.67 | 0.86 | 0.45 |
| Hex | 25 | D7 | 10 | 53 | 0 | 5D | 10 | 72 | 56 | 2D |
| Octal | 45 | 327 | 20 | 123 | 0 | 135 | 20 | 162 | 126 | 55 |
| Binary | 100101 | 11010111 | 10000 | 1010011 | 0 | 1011101 | 10000 | 1110010 | 1010110 | 101101 |
Color Harmonies of #25D710
Complementary color
Monochromatic Colors of #25D710
Black with #25D710
Text Example
Text Example
White with #25D710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D710; }
p { color: rgb(37,215,16); }
H1.HeaderClassName
{
color: #25D710;
}
.AnyTagClassName
{
color: #25D710;
}
</style>
background-color css
<style>
a { background-color: #25D710; }
a { background-color: rgb(37,215,16); }
div.DivClassName
{
background-color: #25D710;
}
.BgClassName
{
background-color: #25D710;
}
</style>
border-color css
<style>
span { border-color: #25D710; }
span { border-color: rgb(37,215,16); }
td.TdClassName
{
border-color: #25D710;
}
.TagClassName
{
border-color: #25D710;
}
</style>