Shades of Lime Green #37C61E
Tints of Lime Green #37C61E
RGB
CMYK
RGB Variations
Color information
#37C61E (or 0x37C61E) is known color: Lime Green. HEX triplet: 37, C6 and 1E. RGB value is (55,198,30). Sum of RGB (Red+Green+Blue) = 55+198+30=283 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.43% from 283); Green value is 198 (77.73% from 255 or 69.96% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 198 - color contains mainly: green. Hex color #37C61E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C61E is #C839E1. Grayscale: #888888. Windows color (decimal): -13122018 or 2016823. OLE color: 2016823.
HSL color Cylindrical-coordinate representation of color #37C61E: hue angle of 111.07º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37C61E is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 198 | 30 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.22 |
| HSL | 111.07º | 0.74% | 0.45% | - |
| HSV(B) | 111.07º | 0.85% | 0.78% | - |
| XYZ | 22 | 41.29 | 8.04 | - |
| YUV | 136.09 | 68.12 | 70.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 198 | 30 | 0.72 | 0 | 0.85 | 0.22 | 111.07 | 0.74 | 0.45 |
| Hex | 37 | C6 | 1E | 48 | 0 | 55 | 16 | 6F | 4A | 2D |
| Octal | 67 | 306 | 36 | 110 | 0 | 125 | 26 | 157 | 112 | 55 |
| Binary | 110111 | 11000110 | 11110 | 1001000 | 0 | 1010101 | 10110 | 1101111 | 1001010 | 101101 |
Color Harmonies of #37C61E
Complementary color
Monochromatic Colors of #37C61E
Black with #37C61E
Text Example
Text Example
White with #37C61E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C61E; }
p { color: rgb(55,198,30); }
H1.HeaderClassName
{
color: #37C61E;
}
.AnyTagClassName
{
color: #37C61E;
}
</style>
background-color css
<style>
a { background-color: #37C61E; }
a { background-color: rgb(55,198,30); }
div.DivClassName
{
background-color: #37C61E;
}
.BgClassName
{
background-color: #37C61E;
}
</style>
border-color css
<style>
span { border-color: #37C61E; }
span { border-color: rgb(55,198,30); }
td.TdClassName
{
border-color: #37C61E;
}
.TagClassName
{
border-color: #37C61E;
}
</style>