Shades of Lime Green #37EC2A
Tints of Lime Green #37EC2A
RGB
CMYK
RGB Variations
Color information
#37EC2A (or 0x37EC2A) is known color: Lime Green. HEX triplet: 37, EC and 2A. RGB value is (55,236,42). Sum of RGB (Red+Green+Blue) = 55+236+42=333 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.52% from 333); Green value is 236 (92.58% from 255 or 70.87% from 333); Blue value is 42 (16.80% from 255 or 12.61% from 333); Max value from RGB is 236 - color contains mainly: green. Hex color #37EC2A is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37EC2A is #C813D5. Grayscale: #A0A0A0. Windows color (decimal): -13112278 or 2812983. OLE color: 2812983.
HSL color Cylindrical-coordinate representation of color #37EC2A: hue angle of 115.98º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37EC2A is Cyan = 0.77, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 55 | 236 | 42 | - |
| CMYK | 0.77 | 0 | 0.82 | 0.07 |
| HSL | 115.98º | 0.84% | 0.55% | - |
| HSV(B) | 115.98º | 0.82% | 0.93% | - |
| XYZ | 31.99 | 60.97 | 12.27 | - |
| YUV | 159.77 | 61.53 | 53.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 236 | 42 | 0.77 | 0 | 0.82 | 0.07 | 115.98 | 0.84 | 0.55 |
| Hex | 37 | EC | 2A | 4D | 0 | 52 | 7 | 74 | 54 | 37 |
| Octal | 67 | 354 | 52 | 115 | 0 | 122 | 7 | 164 | 124 | 67 |
| Binary | 110111 | 11101100 | 101010 | 1001101 | 0 | 1010010 | 111 | 1110100 | 1010100 | 110111 |
Color Harmonies of #37EC2A
Complementary color
Monochromatic Colors of #37EC2A
Black with #37EC2A
Text Example
Text Example
White with #37EC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37EC2A; }
p { color: rgb(55,236,42); }
H1.HeaderClassName
{
color: #37EC2A;
}
.AnyTagClassName
{
color: #37EC2A;
}
</style>
background-color css
<style>
a { background-color: #37EC2A; }
a { background-color: rgb(55,236,42); }
div.DivClassName
{
background-color: #37EC2A;
}
.BgClassName
{
background-color: #37EC2A;
}
</style>
border-color css
<style>
span { border-color: #37EC2A; }
span { border-color: rgb(55,236,42); }
td.TdClassName
{
border-color: #37EC2A;
}
.TagClassName
{
border-color: #37EC2A;
}
</style>