Shades of Lime Green #37C51E
Tints of Lime Green #37C51E
RGB
CMYK
RGB Variations
Color information
#37C51E (or 0x37C51E) is known color: Lime Green. HEX triplet: 37, C5 and 1E. RGB value is (55,197,30). Sum of RGB (Red+Green+Blue) = 55+197+30=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 197 (77.34% from 255 or 69.86% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 197 - color contains mainly: green. Hex color #37C51E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C51E is #C83AE1. Grayscale: #888888. Windows color (decimal): -13122274 or 2016567. OLE color: 2016567.
HSL color Cylindrical-coordinate representation of color #37C51E: hue angle of 111.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #37C51E is Cyan = 0.72, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 197 | 30 | - |
| CMYK | 0.72 | 0 | 0.85 | 0.23 |
| HSL | 111.02º | 0.74% | 0.45% | - |
| HSV(B) | 111.02º | 0.85% | 0.77% | - |
| XYZ | 21.78 | 40.84 | 7.96 | - |
| YUV | 135.5 | 68.46 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 30 | 0.72 | 0 | 0.85 | 0.23 | 111.02 | 0.74 | 0.45 |
| Hex | 37 | C5 | 1E | 48 | 0 | 55 | 17 | 6F | 4A | 2D |
| Octal | 67 | 305 | 36 | 110 | 0 | 125 | 27 | 157 | 112 | 55 |
| Binary | 110111 | 11000101 | 11110 | 1001000 | 0 | 1010101 | 10111 | 1101111 | 1001010 | 101101 |
Color Harmonies of #37C51E
Complementary color
Monochromatic Colors of #37C51E
Black with #37C51E
Text Example
Text Example
White with #37C51E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C51E; }
p { color: rgb(55,197,30); }
H1.HeaderClassName
{
color: #37C51E;
}
.AnyTagClassName
{
color: #37C51E;
}
</style>
background-color css
<style>
a { background-color: #37C51E; }
a { background-color: rgb(55,197,30); }
div.DivClassName
{
background-color: #37C51E;
}
.BgClassName
{
background-color: #37C51E;
}
</style>
border-color css
<style>
span { border-color: #37C51E; }
span { border-color: rgb(55,197,30); }
td.TdClassName
{
border-color: #37C51E;
}
.TagClassName
{
border-color: #37C51E;
}
</style>