Shades of Lime Green #25DA13
Tints of Lime Green #25DA13
RGB
CMYK
RGB Variations
Color information
#25DA13 (or 0x25DA13) is known color: Lime Green. HEX triplet: 25, DA and 13. RGB value is (37,218,19). Sum of RGB (Red+Green+Blue) = 37+218+19=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 218 (85.55% from 255 or 79.56% from 274); Blue value is 19 (7.81% from 255 or 6.93% from 274); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA13 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DA13 is #DA25EC. Grayscale: #8D8D8D. Windows color (decimal): -14296557 or 1301029. OLE color: 1301029.
HSL color Cylindrical-coordinate representation of color #25DA13: hue angle of 114.57º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25DA13 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 19 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.15 |
| HSL | 114.57º | 0.84% | 0.46% | - |
| HSV(B) | 114.57º | 0.91% | 0.85% | - |
| XYZ | 25.95 | 50.58 | 9.01 | - |
| YUV | 141.2 | 59.03 | 53.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 19 | 0.83 | 0 | 0.91 | 0.15 | 114.57 | 0.84 | 0.46 |
| Hex | 25 | DA | 13 | 53 | 0 | 5B | F | 73 | 54 | 2E |
| Octal | 45 | 332 | 23 | 123 | 0 | 133 | 17 | 163 | 124 | 56 |
| Binary | 100101 | 11011010 | 10011 | 1010011 | 0 | 1011011 | 1111 | 1110011 | 1010100 | 101110 |
Color Harmonies of #25DA13
Complementary color
Monochromatic Colors of #25DA13
Black with #25DA13
Text Example
Text Example
White with #25DA13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA13; }
p { color: rgb(37,218,19); }
H1.HeaderClassName
{
color: #25DA13;
}
.AnyTagClassName
{
color: #25DA13;
}
</style>
background-color css
<style>
a { background-color: #25DA13; }
a { background-color: rgb(37,218,19); }
div.DivClassName
{
background-color: #25DA13;
}
.BgClassName
{
background-color: #25DA13;
}
</style>
border-color css
<style>
span { border-color: #25DA13; }
span { border-color: rgb(37,218,19); }
td.TdClassName
{
border-color: #25DA13;
}
.TagClassName
{
border-color: #25DA13;
}
</style>