Shades of Lime Green #25D615
Tints of Lime Green #25D615
RGB
CMYK
RGB Variations
Color information
#25D615 (or 0x25D615) is known color: Lime Green. HEX triplet: 25, D6 and 15. RGB value is (37,214,21). Sum of RGB (Red+Green+Blue) = 37+214+21=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 214 (83.98% from 255 or 78.68% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 214 - color contains mainly: green. Hex color #25D615 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D615 is #DA29EA. Grayscale: #8B8B8B. Windows color (decimal): -14297579 or 1431077. OLE color: 1431077.
HSL color Cylindrical-coordinate representation of color #25D615: hue angle of 115.03º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25D615 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 214 | 21 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.16 |
| HSL | 115.03º | 0.82% | 0.46% | - |
| HSV(B) | 115.03º | 0.9% | 0.84% | - |
| XYZ | 24.94 | 48.54 | 8.76 | - |
| YUV | 139.08 | 61.36 | 55.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 214 | 21 | 0.83 | 0 | 0.90 | 0.16 | 115.03 | 0.82 | 0.46 |
| Hex | 25 | D6 | 15 | 53 | 0 | 5A | 10 | 73 | 52 | 2E |
| Octal | 45 | 326 | 25 | 123 | 0 | 132 | 20 | 163 | 122 | 56 |
| Binary | 100101 | 11010110 | 10101 | 1010011 | 0 | 1011010 | 10000 | 1110011 | 1010010 | 101110 |
Color Harmonies of #25D615
Complementary color
Monochromatic Colors of #25D615
Black with #25D615
Text Example
Text Example
White with #25D615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D615; }
p { color: rgb(37,214,21); }
H1.HeaderClassName
{
color: #25D615;
}
.AnyTagClassName
{
color: #25D615;
}
</style>
background-color css
<style>
a { background-color: #25D615; }
a { background-color: rgb(37,214,21); }
div.DivClassName
{
background-color: #25D615;
}
.BgClassName
{
background-color: #25D615;
}
</style>
border-color css
<style>
span { border-color: #25D615; }
span { border-color: rgb(37,214,21); }
td.TdClassName
{
border-color: #25D615;
}
.TagClassName
{
border-color: #25D615;
}
</style>