Shades of Lime Green #25D610
Tints of Lime Green #25D610
RGB
CMYK
RGB Variations
Color information
#25D610 (or 0x25D610) is known color: Lime Green. HEX triplet: 25, D6 and 10. RGB value is (37,214,16). Sum of RGB (Red+Green+Blue) = 37+214+16=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 214 (83.98% from 255 or 80.15% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 214 - color contains mainly: green. Hex color #25D610 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D610 is #DA29EF. Grayscale: #8B8B8B. Windows color (decimal): -14297584 or 1103397. OLE color: 1103397.
HSL color Cylindrical-coordinate representation of color #25D610: hue angle of 113.64º 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 #25D610 is Cyan = 0.83, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 16 | - |
| CMYK | 0.83 | 0 | 0.93 | 0.16 |
| HSL | 113.64º | 0.86% | 0.45% | - |
| HSV(B) | 113.64º | 0.93% | 0.84% | - |
| XYZ | 24.9 | 48.52 | 8.54 | - |
| YUV | 138.51 | 58.86 | 55.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 16 | 0.83 | 0 | 0.93 | 0.16 | 113.64 | 0.86 | 0.45 |
| Hex | 25 | D6 | 10 | 53 | 0 | 5D | 10 | 72 | 56 | 2D |
| Octal | 45 | 326 | 20 | 123 | 0 | 135 | 20 | 162 | 126 | 55 |
| Binary | 100101 | 11010110 | 10000 | 1010011 | 0 | 1011101 | 10000 | 1110010 | 1010110 | 101101 |
Color Harmonies of #25D610
Complementary color
Monochromatic Colors of #25D610
Black with #25D610
Text Example
Text Example
White with #25D610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D610; }
p { color: rgb(37,214,16); }
H1.HeaderClassName
{
color: #25D610;
}
.AnyTagClassName
{
color: #25D610;
}
</style>
background-color css
<style>
a { background-color: #25D610; }
a { background-color: rgb(37,214,16); }
div.DivClassName
{
background-color: #25D610;
}
.BgClassName
{
background-color: #25D610;
}
</style>
border-color css
<style>
span { border-color: #25D610; }
span { border-color: rgb(37,214,16); }
td.TdClassName
{
border-color: #25D610;
}
.TagClassName
{
border-color: #25D610;
}
</style>