Shades of Lime Green #37EE42
Tints of Lime Green #37EE42
RGB
CMYK
RGB Variations
Color information
#37EE42 (or 0x37EE42) is known color: Lime Green. HEX triplet: 37, EE and 42. RGB value is (55,238,66). Sum of RGB (Red+Green+Blue) = 55+238+66=359 (47% of max value = 765). Red value is 55 (21.88% from 255 or 15.32% from 359); Green value is 238 (93.36% from 255 or 66.30% from 359); Blue value is 66 (26.17% from 255 or 18.38% from 359); Max value from RGB is 238 - color contains mainly: green. Hex color #37EE42 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EE42 is #C811BD. Grayscale: #A4A4A4. Windows color (decimal): -13111742 or 4386359. OLE color: 4386359.
HSL color Cylindrical-coordinate representation of color #37EE42: hue angle of 123.61º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EE42 is Cyan = 0.77, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 238 | 66 | - |
| CMYK | 0.77 | 0 | 0.72 | 0.07 |
| HSL | 123.61º | 0.84% | 0.57% | - |
| HSV(B) | 123.61º | 0.77% | 0.93% | - |
| XYZ | 33.13 | 62.35 | 15.44 | - |
| YUV | 163.68 | 72.87 | 50.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 238 | 66 | 0.77 | 0 | 0.72 | 0.07 | 123.61 | 0.84 | 0.57 |
| Hex | 37 | EE | 42 | 4D | 0 | 48 | 7 | 7C | 54 | 39 |
| Octal | 67 | 356 | 102 | 115 | 0 | 110 | 7 | 174 | 124 | 71 |
| Binary | 110111 | 11101110 | 1000010 | 1001101 | 0 | 1001000 | 111 | 1111100 | 1010100 | 111001 |
Color Harmonies of #37EE42
Complementary color
Monochromatic Colors of #37EE42
Black with #37EE42
Text Example
Text Example
White with #37EE42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EE42; }
p { color: rgb(55,238,66); }
H1.HeaderClassName
{
color: #37EE42;
}
.AnyTagClassName
{
color: #37EE42;
}
</style>
background-color css
<style>
a { background-color: #37EE42; }
a { background-color: rgb(55,238,66); }
div.DivClassName
{
background-color: #37EE42;
}
.BgClassName
{
background-color: #37EE42;
}
</style>
border-color css
<style>
span { border-color: #37EE42; }
span { border-color: rgb(55,238,66); }
td.TdClassName
{
border-color: #37EE42;
}
.TagClassName
{
border-color: #37EE42;
}
</style>