Shades of Lime Green #25DA2F
Tints of Lime Green #25DA2F
RGB
CMYK
RGB Variations
Color information
#25DA2F (or 0x25DA2F) is known color: Lime Green. HEX triplet: 25, DA and 2F. RGB value is (37,218,47). Sum of RGB (Red+Green+Blue) = 37+218+47=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 218 (85.55% from 255 or 72.19% from 302); Blue value is 47 (18.75% from 255 or 15.56% from 302); Max value from RGB is 218 - color contains mainly: green. Hex color #25DA2F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25DA2F is #DA25D0. Grayscale: #909090. Windows color (decimal): -14296529 or 3136037. OLE color: 3136037.
HSL color Cylindrical-coordinate representation of color #25DA2F: hue angle of 123.31º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25DA2F is Cyan = 0.83, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 37 | 218 | 47 | - |
| CMYK | 0.83 | 0 | 0.78 | 0.15 |
| HSL | 123.31º | 0.71% | 0.5% | - |
| HSV(B) | 123.31º | 0.83% | 0.85% | - |
| XYZ | 26.35 | 50.74 | 11.09 | - |
| YUV | 144.39 | 73.03 | 51.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 218 | 47 | 0.83 | 0 | 0.78 | 0.15 | 123.31 | 0.71 | 0.5 |
| Hex | 25 | DA | 2F | 53 | 0 | 4E | F | 7B | 47 | 32 |
| Octal | 45 | 332 | 57 | 123 | 0 | 116 | 17 | 173 | 107 | 62 |
| Binary | 100101 | 11011010 | 101111 | 1010011 | 0 | 1001110 | 1111 | 1111011 | 1000111 | 110010 |
Color Harmonies of #25DA2F
Complementary color
Monochromatic Colors of #25DA2F
Black with #25DA2F
Text Example
Text Example
White with #25DA2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DA2F; }
p { color: rgb(37,218,47); }
H1.HeaderClassName
{
color: #25DA2F;
}
.AnyTagClassName
{
color: #25DA2F;
}
</style>
background-color css
<style>
a { background-color: #25DA2F; }
a { background-color: rgb(37,218,47); }
div.DivClassName
{
background-color: #25DA2F;
}
.BgClassName
{
background-color: #25DA2F;
}
</style>
border-color css
<style>
span { border-color: #25DA2F; }
span { border-color: rgb(37,218,47); }
td.TdClassName
{
border-color: #25DA2F;
}
.TagClassName
{
border-color: #25DA2F;
}
</style>