Shades of Lime Green #37E12C
Tints of Lime Green #37E12C
RGB
CMYK
RGB Variations
Color information
#37E12C (or 0x37E12C) is known color: Lime Green. HEX triplet: 37, E1 and 2C. RGB value is (55,225,44). Sum of RGB (Red+Green+Blue) = 55+225+44=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 225 (88.28% from 255 or 69.44% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 225 - color contains mainly: green. Hex color #37E12C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E12C is #C81ED3. Grayscale: #9A9A9A. Windows color (decimal): -13115092 or 2941239. OLE color: 2941239.
HSL color Cylindrical-coordinate representation of color #37E12C: hue angle of 116.35º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37E12C is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 55 | 225 | 44 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.12 |
| HSL | 116.35º | 0.75% | 0.53% | - |
| HSV(B) | 116.35º | 0.8% | 0.88% | - |
| XYZ | 28.96 | 54.84 | 11.44 | - |
| YUV | 153.54 | 66.18 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 225 | 44 | 0.76 | 0 | 0.80 | 0.12 | 116.35 | 0.75 | 0.53 |
| Hex | 37 | E1 | 2C | 4C | 0 | 50 | C | 74 | 4B | 35 |
| Octal | 67 | 341 | 54 | 114 | 0 | 120 | 14 | 164 | 113 | 65 |
| Binary | 110111 | 11100001 | 101100 | 1001100 | 0 | 1010000 | 1100 | 1110100 | 1001011 | 110101 |
Color Harmonies of #37E12C
Complementary color
Monochromatic Colors of #37E12C
Black with #37E12C
Text Example
Text Example
White with #37E12C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E12C; }
p { color: rgb(55,225,44); }
H1.HeaderClassName
{
color: #37E12C;
}
.AnyTagClassName
{
color: #37E12C;
}
</style>
background-color css
<style>
a { background-color: #37E12C; }
a { background-color: rgb(55,225,44); }
div.DivClassName
{
background-color: #37E12C;
}
.BgClassName
{
background-color: #37E12C;
}
</style>
border-color css
<style>
span { border-color: #37E12C; }
span { border-color: rgb(55,225,44); }
td.TdClassName
{
border-color: #37E12C;
}
.TagClassName
{
border-color: #37E12C;
}
</style>