Shades of Lime Green #25E036
Tints of Lime Green #25E036
RGB
CMYK
RGB Variations
Color information
#25E036 (or 0x25E036) is known color: Lime Green. HEX triplet: 25, E0 and 36. RGB value is (37,224,54). Sum of RGB (Red+Green+Blue) = 37+224+54=315 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.75% from 315); Green value is 224 (87.89% from 255 or 71.11% from 315); Blue value is 54 (21.48% from 255 or 17.14% from 315); Max value from RGB is 224 - color contains mainly: green. Hex color #25E036 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E036 is #DA1FC9. Grayscale: #959595. Windows color (decimal): -14294986 or 3596325. OLE color: 3596325.
HSL color Cylindrical-coordinate representation of color #25E036: hue angle of 125.45º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25E036 is Cyan = 0.83, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 37 | 224 | 54 | - |
| CMYK | 0.83 | 0 | 0.76 | 0.12 |
| HSL | 125.45º | 0.75% | 0.51% | - |
| HSV(B) | 125.45º | 0.83% | 0.88% | - |
| XYZ | 28.08 | 53.97 | 12.43 | - |
| YUV | 148.71 | 74.55 | 48.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 224 | 54 | 0.83 | 0 | 0.76 | 0.12 | 125.45 | 0.75 | 0.51 |
| Hex | 25 | E0 | 36 | 53 | 0 | 4C | C | 7D | 4B | 33 |
| Octal | 45 | 340 | 66 | 123 | 0 | 114 | 14 | 175 | 113 | 63 |
| Binary | 100101 | 11100000 | 110110 | 1010011 | 0 | 1001100 | 1100 | 1111101 | 1001011 | 110011 |
Color Harmonies of #25E036
Complementary color
Monochromatic Colors of #25E036
Black with #25E036
Text Example
Text Example
White with #25E036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E036; }
p { color: rgb(37,224,54); }
H1.HeaderClassName
{
color: #25E036;
}
.AnyTagClassName
{
color: #25E036;
}
</style>
background-color css
<style>
a { background-color: #25E036; }
a { background-color: rgb(37,224,54); }
div.DivClassName
{
background-color: #25E036;
}
.BgClassName
{
background-color: #25E036;
}
</style>
border-color css
<style>
span { border-color: #25E036; }
span { border-color: rgb(37,224,54); }
td.TdClassName
{
border-color: #25E036;
}
.TagClassName
{
border-color: #25E036;
}
</style>