Shades of Lime Green #25D915
Tints of Lime Green #25D915
RGB
CMYK
RGB Variations
Color information
#25D915 (or 0x25D915) is known color: Lime Green. HEX triplet: 25, D9 and 15. RGB value is (37,217,21). Sum of RGB (Red+Green+Blue) = 37+217+21=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 217 (85.16% from 255 or 78.91% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 217 - color contains mainly: green. Hex color #25D915 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25D915 is #DA26EA. Grayscale: #8D8D8D. Windows color (decimal): -14296811 or 1431845. OLE color: 1431845.
HSL color Cylindrical-coordinate representation of color #25D915: hue angle of 115.1º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #25D915 is Cyan = 0.83, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 217 | 21 | - |
| CMYK | 0.83 | 0 | 0.90 | 0.15 |
| HSL | 115.1º | 0.82% | 0.47% | - |
| HSV(B) | 115.1º | 0.9% | 0.85% | - |
| XYZ | 25.71 | 50.07 | 9.02 | - |
| YUV | 140.84 | 60.37 | 53.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 217 | 21 | 0.83 | 0 | 0.90 | 0.15 | 115.1 | 0.82 | 0.47 |
| Hex | 25 | D9 | 15 | 53 | 0 | 5A | F | 73 | 52 | 2F |
| Octal | 45 | 331 | 25 | 123 | 0 | 132 | 17 | 163 | 122 | 57 |
| Binary | 100101 | 11011001 | 10101 | 1010011 | 0 | 1011010 | 1111 | 1110011 | 1010010 | 101111 |
Color Harmonies of #25D915
Complementary color
Monochromatic Colors of #25D915
Black with #25D915
Text Example
Text Example
White with #25D915
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D915; }
p { color: rgb(37,217,21); }
H1.HeaderClassName
{
color: #25D915;
}
.AnyTagClassName
{
color: #25D915;
}
</style>
background-color css
<style>
a { background-color: #25D915; }
a { background-color: rgb(37,217,21); }
div.DivClassName
{
background-color: #25D915;
}
.BgClassName
{
background-color: #25D915;
}
</style>
border-color css
<style>
span { border-color: #25D915; }
span { border-color: rgb(37,217,21); }
td.TdClassName
{
border-color: #25D915;
}
.TagClassName
{
border-color: #25D915;
}
</style>