Shades of Lime Green #37B32A
Tints of Lime Green #37B32A
RGB
CMYK
RGB Variations
Color information
#37B32A (or 0x37B32A) is known color: Lime Green. HEX triplet: 37, B3 and 2A. RGB value is (55,179,42). Sum of RGB (Red+Green+Blue) = 55+179+42=276 (36% of max value = 765). Red value is 55 (21.88% from 255 or 19.93% from 276); Green value is 179 (70.31% from 255 or 64.86% from 276); Blue value is 42 (16.80% from 255 or 15.22% from 276); Max value from RGB is 179 - color contains mainly: green. Hex color #37B32A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B32A is #C84CD5. Grayscale: #7E7E7E. Windows color (decimal): -13126870 or 2798391. OLE color: 2798391.
HSL color Cylindrical-coordinate representation of color #37B32A: hue angle of 114.31º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37B32A is Cyan = 0.69, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 179 | 42 | - |
| CMYK | 0.69 | 0 | 0.77 | 0.30 |
| HSL | 114.31º | 0.62% | 0.43% | - |
| HSV(B) | 114.31º | 0.77% | 0.7% | - |
| XYZ | 18.11 | 33.22 | 7.65 | - |
| YUV | 126.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 42 | 0.69 | 0 | 0.77 | 0.30 | 114.31 | 0.62 | 0.43 |
| Hex | 37 | B3 | 2A | 45 | 0 | 4D | 1E | 72 | 3E | 2B |
| Octal | 67 | 263 | 52 | 105 | 0 | 115 | 36 | 162 | 76 | 53 |
| Binary | 110111 | 10110011 | 101010 | 1000101 | 0 | 1001101 | 11110 | 1110010 | 111110 | 101011 |
Color Harmonies of #37B32A
Complementary color
Monochromatic Colors of #37B32A
Black with #37B32A
Text Example
Text Example
White with #37B32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B32A; }
p { color: rgb(55,179,42); }
H1.HeaderClassName
{
color: #37B32A;
}
.AnyTagClassName
{
color: #37B32A;
}
</style>
background-color css
<style>
a { background-color: #37B32A; }
a { background-color: rgb(55,179,42); }
div.DivClassName
{
background-color: #37B32A;
}
.BgClassName
{
background-color: #37B32A;
}
</style>
border-color css
<style>
span { border-color: #37B32A; }
span { border-color: rgb(55,179,42); }
td.TdClassName
{
border-color: #37B32A;
}
.TagClassName
{
border-color: #37B32A;
}
</style>