Shades of Lime Green #25EF2D
Tints of Lime Green #25EF2D
RGB
CMYK
RGB Variations
Color information
#25EF2D (or 0x25EF2D) is known color: Lime Green. HEX triplet: 25, EF and 2D. RGB value is (37,239,45). Sum of RGB (Red+Green+Blue) = 37+239+45=321 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.53% from 321); Green value is 239 (93.75% from 255 or 74.45% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 239 - color contains mainly: green. Hex color #25EF2D is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EF2D is #DA10D2. Grayscale: #9D9D9D. Windows color (decimal): -14291155 or 3010341. OLE color: 3010341.
HSL color Cylindrical-coordinate representation of color #25EF2D: hue angle of 122.38º 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 #25EF2D is Cyan = 0.85, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 37 | 239 | 45 | - |
| CMYK | 0.85 | 0 | 0.81 | 0.06 |
| HSL | 122.38º | 0.86% | 0.54% | - |
| HSV(B) | 122.38º | 0.85% | 0.94% | - |
| XYZ | 32.1 | 62.32 | 12.82 | - |
| YUV | 156.49 | 65.08 | 42.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 239 | 45 | 0.85 | 0 | 0.81 | 0.06 | 122.38 | 0.86 | 0.54 |
| Hex | 25 | EF | 2D | 55 | 0 | 51 | 6 | 7A | 56 | 36 |
| Octal | 45 | 357 | 55 | 125 | 0 | 121 | 6 | 172 | 126 | 66 |
| Binary | 100101 | 11101111 | 101101 | 1010101 | 0 | 1010001 | 110 | 1111010 | 1010110 | 110110 |
Color Harmonies of #25EF2D
Complementary color
Monochromatic Colors of #25EF2D
Black with #25EF2D
Text Example
Text Example
White with #25EF2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EF2D; }
p { color: rgb(37,239,45); }
H1.HeaderClassName
{
color: #25EF2D;
}
.AnyTagClassName
{
color: #25EF2D;
}
</style>
background-color css
<style>
a { background-color: #25EF2D; }
a { background-color: rgb(37,239,45); }
div.DivClassName
{
background-color: #25EF2D;
}
.BgClassName
{
background-color: #25EF2D;
}
</style>
border-color css
<style>
span { border-color: #25EF2D; }
span { border-color: rgb(37,239,45); }
td.TdClassName
{
border-color: #25EF2D;
}
.TagClassName
{
border-color: #25EF2D;
}
</style>