Shades of Lime Green #25E232
Tints of Lime Green #25E232
RGB
CMYK
RGB Variations
Color information
#25E232 (or 0x25E232) is known color: Lime Green. HEX triplet: 25, E2 and 32. RGB value is (37,226,50). Sum of RGB (Red+Green+Blue) = 37+226+50=313 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.82% from 313); Green value is 226 (88.67% from 255 or 72.20% from 313); Blue value is 50 (19.92% from 255 or 15.97% from 313); Max value from RGB is 226 - color contains mainly: green. Hex color #25E232 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #25E232 is #DA1DCD. Grayscale: #959595. Windows color (decimal): -14294478 or 3334693. OLE color: 3334693.
HSL color Cylindrical-coordinate representation of color #25E232: hue angle of 124.13º 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 #25E232 is Cyan = 0.84, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 37 | 226 | 50 | - |
| CMYK | 0.84 | 0 | 0.78 | 0.11 |
| HSL | 124.13º | 0.77% | 0.52% | - |
| HSV(B) | 124.13º | 0.84% | 0.89% | - |
| XYZ | 28.54 | 55.02 | 12.13 | - |
| YUV | 149.43 | 71.88 | 47.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 226 | 50 | 0.84 | 0 | 0.78 | 0.11 | 124.13 | 0.77 | 0.52 |
| Hex | 25 | E2 | 32 | 54 | 0 | 4E | B | 7C | 4D | 34 |
| Octal | 45 | 342 | 62 | 124 | 0 | 116 | 13 | 174 | 115 | 64 |
| Binary | 100101 | 11100010 | 110010 | 1010100 | 0 | 1001110 | 1011 | 1111100 | 1001101 | 110100 |
Color Harmonies of #25E232
Complementary color
Monochromatic Colors of #25E232
Black with #25E232
Text Example
Text Example
White with #25E232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25E232; }
p { color: rgb(37,226,50); }
H1.HeaderClassName
{
color: #25E232;
}
.AnyTagClassName
{
color: #25E232;
}
</style>
background-color css
<style>
a { background-color: #25E232; }
a { background-color: rgb(37,226,50); }
div.DivClassName
{
background-color: #25E232;
}
.BgClassName
{
background-color: #25E232;
}
</style>
border-color css
<style>
span { border-color: #25E232; }
span { border-color: rgb(37,226,50); }
td.TdClassName
{
border-color: #25E232;
}
.TagClassName
{
border-color: #25E232;
}
</style>