Shades of Lime Green #25E41D
Tints of Lime Green #25E41D
RGB
CMYK
RGB Variations
Color information
#25E41D (or 0x25E41D) is known color: Lime Green. HEX triplet: 25, E4 and 1D. RGB value is (37,228,29). Sum of RGB (Red+Green+Blue) = 37+228+29=294 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.59% from 294); Green value is 228 (89.45% from 255 or 77.55% from 294); Blue value is 29 (11.72% from 255 or 9.86% from 294); Max value from RGB is 228 - color contains mainly: green. Hex color #25E41D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E41D is #DA1BE2. Grayscale: #949494. Windows color (decimal): -14293987 or 1958949. OLE color: 1958949.
HSL color Cylindrical-coordinate representation of color #25E41D: hue angle of 117.59º degrees, saturation: 0.79, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #25E41D is Cyan = 0.84, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 228 | 29 | - |
| CMYK | 0.84 | 0 | 0.87 | 0.11 |
| HSL | 117.59º | 0.79% | 0.5% | - |
| HSV(B) | 117.59º | 0.87% | 0.89% | - |
| XYZ | 28.73 | 55.97 | 10.45 | - |
| YUV | 148.21 | 60.72 | 48.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 228 | 29 | 0.84 | 0 | 0.87 | 0.11 | 117.59 | 0.79 | 0.5 |
| Hex | 25 | E4 | 1D | 54 | 0 | 57 | B | 76 | 4F | 32 |
| Octal | 45 | 344 | 35 | 124 | 0 | 127 | 13 | 166 | 117 | 62 |
| Binary | 100101 | 11100100 | 11101 | 1010100 | 0 | 1010111 | 1011 | 1110110 | 1001111 | 110010 |
Color Harmonies of #25E41D
Complementary color
Monochromatic Colors of #25E41D
Black with #25E41D
Text Example
Text Example
White with #25E41D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E41D; }
p { color: rgb(37,228,29); }
H1.HeaderClassName
{
color: #25E41D;
}
.AnyTagClassName
{
color: #25E41D;
}
</style>
background-color css
<style>
a { background-color: #25E41D; }
a { background-color: rgb(37,228,29); }
div.DivClassName
{
background-color: #25E41D;
}
.BgClassName
{
background-color: #25E41D;
}
</style>
border-color css
<style>
span { border-color: #25E41D; }
span { border-color: rgb(37,228,29); }
td.TdClassName
{
border-color: #25E41D;
}
.TagClassName
{
border-color: #25E41D;
}
</style>