Shades of Lime Green #37C520
Tints of Lime Green #37C520
RGB
CMYK
RGB Variations
Color information
#37C520 (or 0x37C520) is known color: Lime Green. HEX triplet: 37, C5 and 20. RGB value is (55,197,32). Sum of RGB (Red+Green+Blue) = 55+197+32=284 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.37% from 284); Green value is 197 (77.34% from 255 or 69.37% from 284); Blue value is 32 (12.89% from 255 or 11.27% from 284); Max value from RGB is 197 - color contains mainly: green. Hex color #37C520 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C520 is #C83ADF. Grayscale: #888888. Windows color (decimal): -13122272 or 2147639. OLE color: 2147639.
HSL color Cylindrical-coordinate representation of color #37C520: hue angle of 111.64º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37C520 is Cyan = 0.72, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 197 | 32 | - |
| CMYK | 0.72 | 0 | 0.84 | 0.23 |
| HSL | 111.64º | 0.72% | 0.45% | - |
| HSV(B) | 111.64º | 0.84% | 0.77% | - |
| XYZ | 21.8 | 40.85 | 8.1 | - |
| YUV | 135.73 | 69.46 | 70.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 32 | 0.72 | 0 | 0.84 | 0.23 | 111.64 | 0.72 | 0.45 |
| Hex | 37 | C5 | 20 | 48 | 0 | 54 | 17 | 70 | 48 | 2D |
| Octal | 67 | 305 | 40 | 110 | 0 | 124 | 27 | 160 | 110 | 55 |
| Binary | 110111 | 11000101 | 100000 | 1001000 | 0 | 1010100 | 10111 | 1110000 | 1001000 | 101101 |
Color Harmonies of #37C520
Complementary color
Monochromatic Colors of #37C520
Black with #37C520
Text Example
Text Example
White with #37C520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C520; }
p { color: rgb(55,197,32); }
H1.HeaderClassName
{
color: #37C520;
}
.AnyTagClassName
{
color: #37C520;
}
</style>
background-color css
<style>
a { background-color: #37C520; }
a { background-color: rgb(55,197,32); }
div.DivClassName
{
background-color: #37C520;
}
.BgClassName
{
background-color: #37C520;
}
</style>
border-color css
<style>
span { border-color: #37C520; }
span { border-color: rgb(55,197,32); }
td.TdClassName
{
border-color: #37C520;
}
.TagClassName
{
border-color: #37C520;
}
</style>