Shades of Lime Green #25EF3A
Tints of Lime Green #25EF3A
RGB
CMYK
RGB Variations
Color information
#25EF3A (or 0x25EF3A) is known color: Lime Green. HEX triplet: 25, EF and 3A. RGB value is (37,239,58). Sum of RGB (Red+Green+Blue) = 37+239+58=334 (44% of max value = 765). Red value is 37 (14.84% from 255 or 11.08% from 334); Green value is 239 (93.75% from 255 or 71.56% from 334); Blue value is 58 (23.05% from 255 or 17.37% from 334); Max value from RGB is 239 - color contains mainly: green. Hex color #25EF3A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EF3A is #DA10C5. Grayscale: #9E9E9E. Windows color (decimal): -14291142 or 3862309. OLE color: 3862309.
HSL color Cylindrical-coordinate representation of color #25EF3A: hue angle of 126.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25EF3A is Cyan = 0.85, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 58 | - |
| CMYK | 0.85 | 0 | 0.76 | 0.06 |
| HSL | 126.24º | 0.86% | 0.54% | - |
| HSV(B) | 126.24º | 0.85% | 0.94% | - |
| XYZ | 32.39 | 62.43 | 14.35 | - |
| YUV | 157.97 | 71.58 | 41.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 58 | 0.85 | 0 | 0.76 | 0.06 | 126.24 | 0.86 | 0.54 |
| Hex | 25 | EF | 3A | 55 | 0 | 4C | 6 | 7E | 56 | 36 |
| Octal | 45 | 357 | 72 | 125 | 0 | 114 | 6 | 176 | 126 | 66 |
| Binary | 100101 | 11101111 | 111010 | 1010101 | 0 | 1001100 | 110 | 1111110 | 1010110 | 110110 |
Color Harmonies of #25EF3A
Complementary color
Monochromatic Colors of #25EF3A
Black with #25EF3A
Text Example
Text Example
White with #25EF3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EF3A; }
p { color: rgb(37,239,58); }
H1.HeaderClassName
{
color: #25EF3A;
}
.AnyTagClassName
{
color: #25EF3A;
}
</style>
background-color css
<style>
a { background-color: #25EF3A; }
a { background-color: rgb(37,239,58); }
div.DivClassName
{
background-color: #25EF3A;
}
.BgClassName
{
background-color: #25EF3A;
}
</style>
border-color css
<style>
span { border-color: #25EF3A; }
span { border-color: rgb(37,239,58); }
td.TdClassName
{
border-color: #25EF3A;
}
.TagClassName
{
border-color: #25EF3A;
}
</style>