Shades of Lime Green #25E236
Tints of Lime Green #25E236
RGB
CMYK
RGB Variations
Color information
#25E236 (or 0x25E236) is known color: Lime Green. HEX triplet: 25, E2 and 36. RGB value is (37,226,54). Sum of RGB (Red+Green+Blue) = 37+226+54=317 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.67% from 317); Green value is 226 (88.67% from 255 or 71.29% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 226 - color contains mainly: green. Hex color #25E236 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E236 is #DA1DC9. Grayscale: #969696. Windows color (decimal): -14294474 or 3596837. OLE color: 3596837.
HSL color Cylindrical-coordinate representation of color #25E236: hue angle of 125.4º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #25E236 is Cyan = 0.84, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 54 | - |
| CMYK | 0.84 | 0 | 0.76 | 0.11 |
| HSL | 125.4º | 0.77% | 0.52% | - |
| HSV(B) | 125.4º | 0.84% | 0.89% | - |
| XYZ | 28.63 | 55.05 | 12.61 | - |
| YUV | 149.88 | 73.88 | 47.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 54 | 0.84 | 0 | 0.76 | 0.11 | 125.4 | 0.77 | 0.52 |
| Hex | 25 | E2 | 36 | 54 | 0 | 4C | B | 7D | 4D | 34 |
| Octal | 45 | 342 | 66 | 124 | 0 | 114 | 13 | 175 | 115 | 64 |
| Binary | 100101 | 11100010 | 110110 | 1010100 | 0 | 1001100 | 1011 | 1111101 | 1001101 | 110100 |
Color Harmonies of #25E236
Complementary color
Monochromatic Colors of #25E236
Black with #25E236
Text Example
Text Example
White with #25E236
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E236; }
p { color: rgb(37,226,54); }
H1.HeaderClassName
{
color: #25E236;
}
.AnyTagClassName
{
color: #25E236;
}
</style>
background-color css
<style>
a { background-color: #25E236; }
a { background-color: rgb(37,226,54); }
div.DivClassName
{
background-color: #25E236;
}
.BgClassName
{
background-color: #25E236;
}
</style>
border-color css
<style>
span { border-color: #25E236; }
span { border-color: rgb(37,226,54); }
td.TdClassName
{
border-color: #25E236;
}
.TagClassName
{
border-color: #25E236;
}
</style>