Shades of Lime Green #25EE40
Tints of Lime Green #25EE40
RGB
CMYK
RGB Variations
Color information
#25EE40 (or 0x25EE40) is known color: Lime Green. HEX triplet: 25, EE and 40. RGB value is (37,238,64). Sum of RGB (Red+Green+Blue) = 37+238+64=339 (44% of max value = 765). Red value is 37 (14.84% from 255 or 10.91% from 339); Green value is 238 (93.36% from 255 or 70.21% from 339); Blue value is 64 (25.39% from 255 or 18.88% from 339); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE40 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EE40 is #DA11BF. Grayscale: #9E9E9E. Windows color (decimal): -14291392 or 4255269. OLE color: 4255269.
HSL color Cylindrical-coordinate representation of color #25EE40: hue angle of 128.06º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25EE40 is Cyan = 0.84, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 64 | - |
| CMYK | 0.84 | 0 | 0.73 | 0.07 |
| HSL | 128.06º | 0.86% | 0.54% | - |
| HSV(B) | 128.06º | 0.84% | 0.93% | - |
| XYZ | 32.26 | 61.91 | 15.1 | - |
| YUV | 158.07 | 74.91 | 41.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 64 | 0.84 | 0 | 0.73 | 0.07 | 128.06 | 0.86 | 0.54 |
| Hex | 25 | EE | 40 | 54 | 0 | 49 | 7 | 80 | 56 | 36 |
| Octal | 45 | 356 | 100 | 124 | 0 | 111 | 7 | 200 | 126 | 66 |
| Binary | 100101 | 11101110 | 1000000 | 1010100 | 0 | 1001001 | 111 | 10000000 | 1010110 | 110110 |
Color Harmonies of #25EE40
Complementary color
Monochromatic Colors of #25EE40
Black with #25EE40
Text Example
Text Example
White with #25EE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EE40; }
p { color: rgb(37,238,64); }
H1.HeaderClassName
{
color: #25EE40;
}
.AnyTagClassName
{
color: #25EE40;
}
</style>
background-color css
<style>
a { background-color: #25EE40; }
a { background-color: rgb(37,238,64); }
div.DivClassName
{
background-color: #25EE40;
}
.BgClassName
{
background-color: #25EE40;
}
</style>
border-color css
<style>
span { border-color: #25EE40; }
span { border-color: rgb(37,238,64); }
td.TdClassName
{
border-color: #25EE40;
}
.TagClassName
{
border-color: #25EE40;
}
</style>