Shades of Lime Green #25E041
Tints of Lime Green #25E041
RGB
CMYK
RGB Variations
Color information
#25E041 (or 0x25E041) is known color: Lime Green. HEX triplet: 25, E0 and 41. RGB value is (37,224,65). Sum of RGB (Red+Green+Blue) = 37+224+65=326 (43% of max value = 765). Red value is 37 (14.84% from 255 or 11.35% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 65 (25.78% from 255 or 19.94% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #25E041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E041 is #DA1FBE. Grayscale: #969696. Windows color (decimal): -14294975 or 4317221. OLE color: 4317221.
HSL color Cylindrical-coordinate representation of color #25E041: hue angle of 128.98º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E041 is Cyan = 0.83, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 65 | - |
| CMYK | 0.83 | 0 | 0.71 | 0.12 |
| HSL | 128.98º | 0.75% | 0.51% | - |
| HSV(B) | 128.98º | 0.83% | 0.88% | - |
| XYZ | 28.37 | 54.09 | 13.95 | - |
| YUV | 149.96 | 80.05 | 47.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 65 | 0.83 | 0 | 0.71 | 0.12 | 128.98 | 0.75 | 0.51 |
| Hex | 25 | E0 | 41 | 53 | 0 | 47 | C | 81 | 4B | 33 |
| Octal | 45 | 340 | 101 | 123 | 0 | 107 | 14 | 201 | 113 | 63 |
| Binary | 100101 | 11100000 | 1000001 | 1010011 | 0 | 1000111 | 1100 | 10000001 | 1001011 | 110011 |
Color Harmonies of #25E041
Complementary color
Monochromatic Colors of #25E041
Black with #25E041
Text Example
Text Example
White with #25E041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E041; }
p { color: rgb(37,224,65); }
H1.HeaderClassName
{
color: #25E041;
}
.AnyTagClassName
{
color: #25E041;
}
</style>
background-color css
<style>
a { background-color: #25E041; }
a { background-color: rgb(37,224,65); }
div.DivClassName
{
background-color: #25E041;
}
.BgClassName
{
background-color: #25E041;
}
</style>
border-color css
<style>
span { border-color: #25E041; }
span { border-color: rgb(37,224,65); }
td.TdClassName
{
border-color: #25E041;
}
.TagClassName
{
border-color: #25E041;
}
</style>