Shades of Lime Green #25EE2F
Tints of Lime Green #25EE2F
RGB
CMYK
RGB Variations
Color information
#25EE2F (or 0x25EE2F) is known color: Lime Green. HEX triplet: 25, EE and 2F. RGB value is (37,238,47). Sum of RGB (Red+Green+Blue) = 37+238+47=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 238 (93.36% from 255 or 73.91% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 238 - color contains mainly: green. Hex color #25EE2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EE2F is #DA11D0. Grayscale: #9C9C9C. Windows color (decimal): -14291409 or 3141157. OLE color: 3141157.
HSL color Cylindrical-coordinate representation of color #25EE2F: hue angle of 122.99º 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 #25EE2F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 238 | 47 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.07 |
| HSL | 122.99º | 0.86% | 0.54% | - |
| HSV(B) | 122.99º | 0.84% | 0.93% | - |
| XYZ | 31.85 | 61.75 | 12.93 | - |
| YUV | 156.13 | 66.41 | 43.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 238 | 47 | 0.84 | 0 | 0.80 | 0.07 | 122.99 | 0.86 | 0.54 |
| Hex | 25 | EE | 2F | 54 | 0 | 50 | 7 | 7B | 56 | 36 |
| Octal | 45 | 356 | 57 | 124 | 0 | 120 | 7 | 173 | 126 | 66 |
| Binary | 100101 | 11101110 | 101111 | 1010100 | 0 | 1010000 | 111 | 1111011 | 1010110 | 110110 |
Color Harmonies of #25EE2F
Complementary color
Monochromatic Colors of #25EE2F
Black with #25EE2F
Text Example
Text Example
White with #25EE2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EE2F; }
p { color: rgb(37,238,47); }
H1.HeaderClassName
{
color: #25EE2F;
}
.AnyTagClassName
{
color: #25EE2F;
}
</style>
background-color css
<style>
a { background-color: #25EE2F; }
a { background-color: rgb(37,238,47); }
div.DivClassName
{
background-color: #25EE2F;
}
.BgClassName
{
background-color: #25EE2F;
}
</style>
border-color css
<style>
span { border-color: #25EE2F; }
span { border-color: rgb(37,238,47); }
td.TdClassName
{
border-color: #25EE2F;
}
.TagClassName
{
border-color: #25EE2F;
}
</style>