Shades of Lime Green #25EC2F
Tints of Lime Green #25EC2F
RGB
CMYK
RGB Variations
Color information
#25EC2F (or 0x25EC2F) is known color: Lime Green. HEX triplet: 25, EC and 2F. RGB value is (37,236,47). Sum of RGB (Red+Green+Blue) = 37+236+47=320 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.56% from 320); Green value is 236 (92.58% from 255 or 73.75% from 320); Blue value is 47 (18.75% from 255 or 14.69% from 320); Max value from RGB is 236 - color contains mainly: green. Hex color #25EC2F is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #25EC2F is #DA13D0. Grayscale: #9B9B9B. Windows color (decimal): -14291921 or 3140645. OLE color: 3140645.
HSL color Cylindrical-coordinate representation of color #25EC2F: hue angle of 123.02º degrees, saturation: 0.84, 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 #25EC2F is Cyan = 0.84, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 37 | 236 | 47 | - |
| CMYK | 0.84 | 0 | 0.80 | 0.07 |
| HSL | 123.02º | 0.84% | 0.54% | - |
| HSV(B) | 123.02º | 0.84% | 0.93% | - |
| XYZ | 31.27 | 60.59 | 12.74 | - |
| YUV | 154.95 | 67.07 | 43.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 236 | 47 | 0.84 | 0 | 0.80 | 0.07 | 123.02 | 0.84 | 0.54 |
| Hex | 25 | EC | 2F | 54 | 0 | 50 | 7 | 7B | 54 | 36 |
| Octal | 45 | 354 | 57 | 124 | 0 | 120 | 7 | 173 | 124 | 66 |
| Binary | 100101 | 11101100 | 101111 | 1010100 | 0 | 1010000 | 111 | 1111011 | 1010100 | 110110 |
Color Harmonies of #25EC2F
Complementary color
Monochromatic Colors of #25EC2F
Black with #25EC2F
Text Example
Text Example
White with #25EC2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25EC2F; }
p { color: rgb(37,236,47); }
H1.HeaderClassName
{
color: #25EC2F;
}
.AnyTagClassName
{
color: #25EC2F;
}
</style>
background-color css
<style>
a { background-color: #25EC2F; }
a { background-color: rgb(37,236,47); }
div.DivClassName
{
background-color: #25EC2F;
}
.BgClassName
{
background-color: #25EC2F;
}
</style>
border-color css
<style>
span { border-color: #25EC2F; }
span { border-color: rgb(37,236,47); }
td.TdClassName
{
border-color: #25EC2F;
}
.TagClassName
{
border-color: #25EC2F;
}
</style>