Shades of Lime Green #37C53F
Tints of Lime Green #37C53F
RGB
CMYK
RGB Variations
Color information
#37C53F (or 0x37C53F) is known color: Lime Green. HEX triplet: 37, C5 and 3F. RGB value is (55,197,63). Sum of RGB (Red+Green+Blue) = 55+197+63=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 197 (77.34% from 255 or 62.54% from 315); Blue value is 63 (25% from 255 or 20% from 315); Max value from RGB is 197 - color contains mainly: green. Hex color #37C53F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C53F is #C83AC0. Grayscale: #8B8B8B. Windows color (decimal): -13122241 or 4179255. OLE color: 4179255.
HSL color Cylindrical-coordinate representation of color #37C53F: hue angle of 123.38º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C53F is Cyan = 0.72, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 197 | 63 | - |
| CMYK | 0.72 | 0 | 0.68 | 0.23 |
| HSL | 123.38º | 0.56% | 0.49% | - |
| HSV(B) | 123.38º | 0.72% | 0.77% | - |
| XYZ | 22.44 | 41.1 | 11.45 | - |
| YUV | 139.27 | 84.96 | 67.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 197 | 63 | 0.72 | 0 | 0.68 | 0.23 | 123.38 | 0.56 | 0.49 |
| Hex | 37 | C5 | 3F | 48 | 0 | 44 | 17 | 7B | 38 | 31 |
| Octal | 67 | 305 | 77 | 110 | 0 | 104 | 27 | 173 | 70 | 61 |
| Binary | 110111 | 11000101 | 111111 | 1001000 | 0 | 1000100 | 10111 | 1111011 | 111000 | 110001 |
Color Harmonies of #37C53F
Complementary color
Monochromatic Colors of #37C53F
Black with #37C53F
Text Example
Text Example
White with #37C53F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C53F; }
p { color: rgb(55,197,63); }
H1.HeaderClassName
{
color: #37C53F;
}
.AnyTagClassName
{
color: #37C53F;
}
</style>
background-color css
<style>
a { background-color: #37C53F; }
a { background-color: rgb(55,197,63); }
div.DivClassName
{
background-color: #37C53F;
}
.BgClassName
{
background-color: #37C53F;
}
</style>
border-color css
<style>
span { border-color: #37C53F; }
span { border-color: rgb(55,197,63); }
td.TdClassName
{
border-color: #37C53F;
}
.TagClassName
{
border-color: #37C53F;
}
</style>