Shades of Lime Green #25D32F
Tints of Lime Green #25D32F
RGB
CMYK
RGB Variations
Color information
#25D32F (or 0x25D32F) is known color: Lime Green. HEX triplet: 25, D3 and 2F. RGB value is (37,211,47). Sum of RGB (Red+Green+Blue) = 37+211+47=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 211 (82.81% from 255 or 71.53% from 295); Blue value is 47 (18.75% from 255 or 15.93% from 295); Max value from RGB is 211 - color contains mainly: green. Hex color #25D32F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25D32F is #DA2CD0. Grayscale: #8C8C8C. Windows color (decimal): -14298321 or 3134245. OLE color: 3134245.
HSL color Cylindrical-coordinate representation of color #25D32F: hue angle of 123.45º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25D32F is Cyan = 0.82, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 37 | 211 | 47 | - |
| CMYK | 0.82 | 0 | 0.78 | 0.17 |
| HSL | 123.45º | 0.7% | 0.49% | - |
| HSV(B) | 123.45º | 0.82% | 0.83% | - |
| XYZ | 24.57 | 47.19 | 10.5 | - |
| YUV | 140.28 | 75.35 | 54.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 47 | 0.82 | 0 | 0.78 | 0.17 | 123.45 | 0.7 | 0.49 |
| Hex | 25 | D3 | 2F | 52 | 0 | 4E | 11 | 7B | 46 | 31 |
| Octal | 45 | 323 | 57 | 122 | 0 | 116 | 21 | 173 | 106 | 61 |
| Binary | 100101 | 11010011 | 101111 | 1010010 | 0 | 1001110 | 10001 | 1111011 | 1000110 | 110001 |
Color Harmonies of #25D32F
Complementary color
Monochromatic Colors of #25D32F
Black with #25D32F
Text Example
Text Example
White with #25D32F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D32F; }
p { color: rgb(37,211,47); }
H1.HeaderClassName
{
color: #25D32F;
}
.AnyTagClassName
{
color: #25D32F;
}
</style>
background-color css
<style>
a { background-color: #25D32F; }
a { background-color: rgb(37,211,47); }
div.DivClassName
{
background-color: #25D32F;
}
.BgClassName
{
background-color: #25D32F;
}
</style>
border-color css
<style>
span { border-color: #25D32F; }
span { border-color: rgb(37,211,47); }
td.TdClassName
{
border-color: #25D32F;
}
.TagClassName
{
border-color: #25D32F;
}
</style>