Shades of Lime Green #37B72A
Tints of Lime Green #37B72A
RGB
CMYK
RGB Variations
Color information
#37B72A (or 0x37B72A) is known color: Lime Green. HEX triplet: 37, B7 and 2A. RGB value is (55,183,42). Sum of RGB (Red+Green+Blue) = 55+183+42=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 183 (71.88% from 255 or 65.36% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 183 - color contains mainly: green. Hex color #37B72A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B72A is #C848D5. Grayscale: #818181. Windows color (decimal): -13125846 or 2799415. OLE color: 2799415.
HSL color Cylindrical-coordinate representation of color #37B72A: hue angle of 114.47º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37B72A is Cyan = 0.70, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 55 | 183 | 42 | - |
| CMYK | 0.70 | 0 | 0.77 | 0.28 |
| HSL | 114.47º | 0.63% | 0.44% | - |
| HSV(B) | 114.47º | 0.77% | 0.72% | - |
| XYZ | 18.93 | 34.85 | 7.92 | - |
| YUV | 128.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 183 | 42 | 0.70 | 0 | 0.77 | 0.28 | 114.47 | 0.63 | 0.44 |
| Hex | 37 | B7 | 2A | 46 | 0 | 4D | 1C | 72 | 3F | 2C |
| Octal | 67 | 267 | 52 | 106 | 0 | 115 | 34 | 162 | 77 | 54 |
| Binary | 110111 | 10110111 | 101010 | 1000110 | 0 | 1001101 | 11100 | 1110010 | 111111 | 101100 |
Color Harmonies of #37B72A
Complementary color
Monochromatic Colors of #37B72A
Black with #37B72A
Text Example
Text Example
White with #37B72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B72A; }
p { color: rgb(55,183,42); }
H1.HeaderClassName
{
color: #37B72A;
}
.AnyTagClassName
{
color: #37B72A;
}
</style>
background-color css
<style>
a { background-color: #37B72A; }
a { background-color: rgb(55,183,42); }
div.DivClassName
{
background-color: #37B72A;
}
.BgClassName
{
background-color: #37B72A;
}
</style>
border-color css
<style>
span { border-color: #37B72A; }
span { border-color: rgb(55,183,42); }
td.TdClassName
{
border-color: #37B72A;
}
.TagClassName
{
border-color: #37B72A;
}
</style>