Shades of Lime Green #37E441
Tints of Lime Green #37E441
RGB
CMYK
RGB Variations
Color information
#37E441 (or 0x37E441) is known color: Lime Green. HEX triplet: 37, E4 and 41. RGB value is (55,228,65). Sum of RGB (Red+Green+Blue) = 55+228+65=348 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.80% from 348); Green value is 228 (89.45% from 255 or 65.52% from 348); Blue value is 65 (25.78% from 255 or 18.68% from 348); Max value from RGB is 228 - color contains mainly: green. Hex color #37E441 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E441 is #C81BBE. Grayscale: #9E9E9E. Windows color (decimal): -13114303 or 4318263. OLE color: 4318263.
HSL color Cylindrical-coordinate representation of color #37E441: hue angle of 123.47º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E441 is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 228 | 65 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.11 |
| HSL | 123.47º | 0.76% | 0.55% | - |
| HSV(B) | 123.47º | 0.76% | 0.89% | - |
| XYZ | 30.27 | 56.68 | 14.35 | - |
| YUV | 157.69 | 75.69 | 54.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 228 | 65 | 0.76 | 0 | 0.71 | 0.11 | 123.47 | 0.76 | 0.55 |
| Hex | 37 | E4 | 41 | 4C | 0 | 47 | B | 7B | 4C | 37 |
| Octal | 67 | 344 | 101 | 114 | 0 | 107 | 13 | 173 | 114 | 67 |
| Binary | 110111 | 11100100 | 1000001 | 1001100 | 0 | 1000111 | 1011 | 1111011 | 1001100 | 110111 |
Color Harmonies of #37E441
Complementary color
Monochromatic Colors of #37E441
Black with #37E441
Text Example
Text Example
White with #37E441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E441; }
p { color: rgb(55,228,65); }
H1.HeaderClassName
{
color: #37E441;
}
.AnyTagClassName
{
color: #37E441;
}
</style>
background-color css
<style>
a { background-color: #37E441; }
a { background-color: rgb(55,228,65); }
div.DivClassName
{
background-color: #37E441;
}
.BgClassName
{
background-color: #37E441;
}
</style>
border-color css
<style>
span { border-color: #37E441; }
span { border-color: rgb(55,228,65); }
td.TdClassName
{
border-color: #37E441;
}
.TagClassName
{
border-color: #37E441;
}
</style>