Shades of Lime Green #37EA42
Tints of Lime Green #37EA42
RGB
CMYK
RGB Variations
Color information
#37EA42 (or 0x37EA42) is known color: Lime Green. HEX triplet: 37, EA and 42. RGB value is (55,234,66). Sum of RGB (Red+Green+Blue) = 55+234+66=355 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.49% from 355); Green value is 234 (91.80% from 255 or 65.92% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 234 - color contains mainly: green. Hex color #37EA42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EA42 is #C815BD. Grayscale: #A1A1A1. Windows color (decimal): -13112766 or 4385335. OLE color: 4385335.
HSL color Cylindrical-coordinate representation of color #37EA42: hue angle of 123.69º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37EA42 is Cyan = 0.76, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 55 | 234 | 66 | - |
| CMYK | 0.76 | 0 | 0.72 | 0.08 |
| HSL | 123.69º | 0.81% | 0.57% | - |
| HSV(B) | 123.69º | 0.76% | 0.92% | - |
| XYZ | 31.98 | 60.05 | 15.06 | - |
| YUV | 161.33 | 74.2 | 52.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 234 | 66 | 0.76 | 0 | 0.72 | 0.08 | 123.69 | 0.81 | 0.57 |
| Hex | 37 | EA | 42 | 4C | 0 | 48 | 8 | 7C | 51 | 39 |
| Octal | 67 | 352 | 102 | 114 | 0 | 110 | 10 | 174 | 121 | 71 |
| Binary | 110111 | 11101010 | 1000010 | 1001100 | 0 | 1001000 | 1000 | 1111100 | 1010001 | 111001 |
Color Harmonies of #37EA42
Complementary color
Monochromatic Colors of #37EA42
Black with #37EA42
Text Example
Text Example
White with #37EA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EA42; }
p { color: rgb(55,234,66); }
H1.HeaderClassName
{
color: #37EA42;
}
.AnyTagClassName
{
color: #37EA42;
}
</style>
background-color css
<style>
a { background-color: #37EA42; }
a { background-color: rgb(55,234,66); }
div.DivClassName
{
background-color: #37EA42;
}
.BgClassName
{
background-color: #37EA42;
}
</style>
border-color css
<style>
span { border-color: #37EA42; }
span { border-color: rgb(55,234,66); }
td.TdClassName
{
border-color: #37EA42;
}
.TagClassName
{
border-color: #37EA42;
}
</style>