Shades of Lime Green #25DA14
Tints of Lime Green #25DA14
RGB
CMYK
RGB Variations
Color information
#25DA14 (or 0x25DA14) is known color: Lime Green. HEX triplet: 25, DA and 14. RGB value is (37,218,20). Sum of RGB (Red+Green+Blue) = 37+218+20=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 218 (85.55% from 255 or 79.27% from 275); Blue value is 20 (8.20% from 255 or 7.27% from 275); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA14 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #25DA14 is #DA25EB. Grayscale: #8D8D8D. Windows color (decimal): -14296556 or 1366565. OLE color: 1366565.
HSL color Cylindrical-coordinate representation of color #25DA14: hue angle of 114.85º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #25DA14 is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 20 | - |
| CMYK | 0.83 | 0 | 0.91 | 0.15 |
| HSL | 114.85º | 0.83% | 0.47% | - |
| HSV(B) | 114.85º | 0.91% | 0.85% | - |
| XYZ | 25.96 | 50.59 | 9.06 | - |
| YUV | 141.31 | 59.53 | 53.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 20 | 0.83 | 0 | 0.91 | 0.15 | 114.85 | 0.83 | 0.47 |
| Hex | 25 | DA | 14 | 53 | 0 | 5B | F | 73 | 53 | 2F |
| Octal | 45 | 332 | 24 | 123 | 0 | 133 | 17 | 163 | 123 | 57 |
| Binary | 100101 | 11011010 | 10100 | 1010011 | 0 | 1011011 | 1111 | 1110011 | 1010011 | 101111 |
Color Harmonies of #25DA14
Complementary color
Monochromatic Colors of #25DA14
Black with #25DA14
Text Example
Text Example
White with #25DA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA14; }
p { color: rgb(37,218,20); }
H1.HeaderClassName
{
color: #25DA14;
}
.AnyTagClassName
{
color: #25DA14;
}
</style>
background-color css
<style>
a { background-color: #25DA14; }
a { background-color: rgb(37,218,20); }
div.DivClassName
{
background-color: #25DA14;
}
.BgClassName
{
background-color: #25DA14;
}
</style>
border-color css
<style>
span { border-color: #25DA14; }
span { border-color: rgb(37,218,20); }
td.TdClassName
{
border-color: #25DA14;
}
.TagClassName
{
border-color: #25DA14;
}
</style>