Shades of Lime Green #25D715
Tints of Lime Green #25D715
RGB
CMYK
RGB Variations
Color information
#25D715 (or 0x25D715) is known color: Lime Green. HEX triplet: 25, D7 and 15. RGB value is (37,215,21). Sum of RGB (Red+Green+Blue) = 37+215+21=273 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.55% from 273); Green value is 215 (84.38% from 255 or 78.75% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 215 - color contains mainly: green. Hex color #25D715 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D715 is #DA28EA. Grayscale: #8C8C8C. Windows color (decimal): -14297323 or 1431333. OLE color: 1431333.
HSL color Cylindrical-coordinate representation of color #25D715: hue angle of 115.05º 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 #25D715 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 215 | 21 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.16 |
| HSL | 115.05º | 0.82% | 0.46% | - |
| HSV(B) | 115.05º | 0.9% | 0.84% | - |
| XYZ | 25.2 | 49.05 | 8.85 | - |
| YUV | 139.66 | 61.03 | 54.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 21 | 0.83 | 0 | 0.90 | 0.16 | 115.05 | 0.82 | 0.46 |
| Hex | 25 | D7 | 15 | 53 | 0 | 5A | 10 | 73 | 52 | 2E |
| Octal | 45 | 327 | 25 | 123 | 0 | 132 | 20 | 163 | 122 | 56 |
| Binary | 100101 | 11010111 | 10101 | 1010011 | 0 | 1011010 | 10000 | 1110011 | 1010010 | 101110 |
Color Harmonies of #25D715
Complementary color
Monochromatic Colors of #25D715
Black with #25D715
Text Example
Text Example
White with #25D715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D715; }
p { color: rgb(37,215,21); }
H1.HeaderClassName
{
color: #25D715;
}
.AnyTagClassName
{
color: #25D715;
}
</style>
background-color css
<style>
a { background-color: #25D715; }
a { background-color: rgb(37,215,21); }
div.DivClassName
{
background-color: #25D715;
}
.BgClassName
{
background-color: #25D715;
}
</style>
border-color css
<style>
span { border-color: #25D715; }
span { border-color: rgb(37,215,21); }
td.TdClassName
{
border-color: #25D715;
}
.TagClassName
{
border-color: #25D715;
}
</style>