Shades of Lime Green #25DF15
Tints of Lime Green #25DF15
RGB
CMYK
RGB Variations
Color information
#25DF15 (or 0x25DF15) is known color: Lime Green. HEX triplet: 25, DF and 15. RGB value is (37,223,21). Sum of RGB (Red+Green+Blue) = 37+223+21=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 223 (87.5% from 255 or 79.36% from 281); Blue value is 21 (8.59% from 255 or 7.47% from 281); Max value from RGB is 223 - color contains mainly: green. Hex color #25DF15 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DF15 is #DA20EA. Grayscale: #909090. Windows color (decimal): -14295275 or 1433381. OLE color: 1433381.
HSL color Cylindrical-coordinate representation of color #25DF15: hue angle of 115.25º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25DF15 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 37 | 223 | 21 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.13 |
| HSL | 115.25º | 0.83% | 0.48% | - |
| HSV(B) | 115.25º | 0.91% | 0.87% | - |
| XYZ | 27.29 | 53.22 | 9.54 | - |
| YUV | 144.36 | 58.38 | 51.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 223 | 21 | 0.83 | 0 | 0.91 | 0.13 | 115.25 | 0.83 | 0.48 |
| Hex | 25 | DF | 15 | 53 | 0 | 5B | D | 73 | 53 | 30 |
| Octal | 45 | 337 | 25 | 123 | 0 | 133 | 15 | 163 | 123 | 60 |
| Binary | 100101 | 11011111 | 10101 | 1010011 | 0 | 1011011 | 1101 | 1110011 | 1010011 | 110000 |
Color Harmonies of #25DF15
Complementary color
Monochromatic Colors of #25DF15
Black with #25DF15
Text Example
Text Example
White with #25DF15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DF15; }
p { color: rgb(37,223,21); }
H1.HeaderClassName
{
color: #25DF15;
}
.AnyTagClassName
{
color: #25DF15;
}
</style>
background-color css
<style>
a { background-color: #25DF15; }
a { background-color: rgb(37,223,21); }
div.DivClassName
{
background-color: #25DF15;
}
.BgClassName
{
background-color: #25DF15;
}
</style>
border-color css
<style>
span { border-color: #25DF15; }
span { border-color: rgb(37,223,21); }
td.TdClassName
{
border-color: #25DF15;
}
.TagClassName
{
border-color: #25DF15;
}
</style>