Shades of Lime Green #37C22E
Tints of Lime Green #37C22E
RGB
CMYK
RGB Variations
Color information
#37C22E (or 0x37C22E) is known color: Lime Green. HEX triplet: 37, C2 and 2E. RGB value is (55,194,46). Sum of RGB (Red+Green+Blue) = 55+194+46=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 194 (76.17% from 255 or 65.76% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 194 - color contains mainly: green. Hex color #37C22E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C22E is #C83DD1. Grayscale: #888888. Windows color (decimal): -13123026 or 3064375. OLE color: 3064375.
HSL color Cylindrical-coordinate representation of color #37C22E: hue angle of 116.35º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37C22E is Cyan = 0.72, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 46 | - |
| CMYK | 0.72 | 0 | 0.76 | 0.24 |
| HSL | 116.35º | 0.62% | 0.47% | - |
| HSV(B) | 116.35º | 0.76% | 0.76% | - |
| XYZ | 21.36 | 39.59 | 9.1 | - |
| YUV | 135.57 | 77.45 | 70.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 46 | 0.72 | 0 | 0.76 | 0.24 | 116.35 | 0.62 | 0.47 |
| Hex | 37 | C2 | 2E | 48 | 0 | 4C | 18 | 74 | 3E | 2F |
| Octal | 67 | 302 | 56 | 110 | 0 | 114 | 30 | 164 | 76 | 57 |
| Binary | 110111 | 11000010 | 101110 | 1001000 | 0 | 1001100 | 11000 | 1110100 | 111110 | 101111 |
Color Harmonies of #37C22E
Complementary color
Monochromatic Colors of #37C22E
Black with #37C22E
Text Example
Text Example
White with #37C22E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C22E; }
p { color: rgb(55,194,46); }
H1.HeaderClassName
{
color: #37C22E;
}
.AnyTagClassName
{
color: #37C22E;
}
</style>
background-color css
<style>
a { background-color: #37C22E; }
a { background-color: rgb(55,194,46); }
div.DivClassName
{
background-color: #37C22E;
}
.BgClassName
{
background-color: #37C22E;
}
</style>
border-color css
<style>
span { border-color: #37C22E; }
span { border-color: rgb(55,194,46); }
td.TdClassName
{
border-color: #37C22E;
}
.TagClassName
{
border-color: #37C22E;
}
</style>