Shades of Lime Green #37E325
Tints of Lime Green #37E325
RGB
CMYK
RGB Variations
Color information
#37E325 (or 0x37E325) is known color: Lime Green. HEX triplet: 37, E3 and 25. RGB value is (55,227,37). Sum of RGB (Red+Green+Blue) = 55+227+37=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 227 (89.06% from 255 or 71.16% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 227 - color contains mainly: green. Hex color #37E325 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E325 is #C81CDA. Grayscale: #9A9A9A. Windows color (decimal): -13114587 or 2482999. OLE color: 2482999.
HSL color Cylindrical-coordinate representation of color #37E325: hue angle of 114.32º 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 #37E325 is Cyan = 0.76, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 37 | - |
| CMYK | 0.76 | 0 | 0.84 | 0.11 |
| HSL | 114.32º | 0.77% | 0.52% | - |
| HSV(B) | 114.32º | 0.84% | 0.89% | - |
| XYZ | 29.38 | 55.88 | 10.99 | - |
| YUV | 153.91 | 62.02 | 57.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 37 | 0.76 | 0 | 0.84 | 0.11 | 114.32 | 0.77 | 0.52 |
| Hex | 37 | E3 | 25 | 4C | 0 | 54 | B | 72 | 4D | 34 |
| Octal | 67 | 343 | 45 | 114 | 0 | 124 | 13 | 162 | 115 | 64 |
| Binary | 110111 | 11100011 | 100101 | 1001100 | 0 | 1010100 | 1011 | 1110010 | 1001101 | 110100 |
Color Harmonies of #37E325
Complementary color
Monochromatic Colors of #37E325
Black with #37E325
Text Example
Text Example
White with #37E325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E325; }
p { color: rgb(55,227,37); }
H1.HeaderClassName
{
color: #37E325;
}
.AnyTagClassName
{
color: #37E325;
}
</style>
background-color css
<style>
a { background-color: #37E325; }
a { background-color: rgb(55,227,37); }
div.DivClassName
{
background-color: #37E325;
}
.BgClassName
{
background-color: #37E325;
}
</style>
border-color css
<style>
span { border-color: #37E325; }
span { border-color: rgb(55,227,37); }
td.TdClassName
{
border-color: #37E325;
}
.TagClassName
{
border-color: #37E325;
}
</style>