Shades of Lime Green #37C446
Tints of Lime Green #37C446
RGB
CMYK
RGB Variations
Color information
#37C446 (or 0x37C446) is known color: Lime Green. HEX triplet: 37, C4 and 46. RGB value is (55,196,70). Sum of RGB (Red+Green+Blue) = 55+196+70=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 196 (76.95% from 255 or 61.06% from 321); Blue value is 70 (27.73% from 255 or 21.81% from 321); Max value from RGB is 196 - color contains mainly: green. Hex color #37C446 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C446 is #C83BB9. Grayscale: #8B8B8B. Windows color (decimal): -13122490 or 4637751. OLE color: 4637751.
HSL color Cylindrical-coordinate representation of color #37C446: hue angle of 126.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 #37C446 is Cyan = 0.72, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 55 | 196 | 70 | - |
| CMYK | 0.72 | 0 | 0.64 | 0.23 |
| HSL | 126.38º | 0.56% | 0.49% | - |
| HSV(B) | 126.38º | 0.72% | 0.77% | - |
| XYZ | 22.42 | 40.73 | 12.48 | - |
| YUV | 139.48 | 88.79 | 67.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 196 | 70 | 0.72 | 0 | 0.64 | 0.23 | 126.38 | 0.56 | 0.49 |
| Hex | 37 | C4 | 46 | 48 | 0 | 40 | 17 | 7E | 38 | 31 |
| Octal | 67 | 304 | 106 | 110 | 0 | 100 | 27 | 176 | 70 | 61 |
| Binary | 110111 | 11000100 | 1000110 | 1001000 | 0 | 1000000 | 10111 | 1111110 | 111000 | 110001 |
Color Harmonies of #37C446
Complementary color
Monochromatic Colors of #37C446
Black with #37C446
Text Example
Text Example
White with #37C446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C446; }
p { color: rgb(55,196,70); }
H1.HeaderClassName
{
color: #37C446;
}
.AnyTagClassName
{
color: #37C446;
}
</style>
background-color css
<style>
a { background-color: #37C446; }
a { background-color: rgb(55,196,70); }
div.DivClassName
{
background-color: #37C446;
}
.BgClassName
{
background-color: #37C446;
}
</style>
border-color css
<style>
span { border-color: #37C446; }
span { border-color: rgb(55,196,70); }
td.TdClassName
{
border-color: #37C446;
}
.TagClassName
{
border-color: #37C446;
}
</style>