Shades of Lime Green #37B328
Tints of Lime Green #37B328
RGB
CMYK
RGB Variations
Color information
#37B328 (or 0x37B328) is known color: Lime Green. HEX triplet: 37, B3 and 28. RGB value is (55,179,40). Sum of RGB (Red+Green+Blue) = 55+179+40=274 (36% of max value = 765). Red value is 55 (21.88% from 255 or 20.07% from 274); Green value is 179 (70.31% from 255 or 65.33% from 274); Blue value is 40 (16.02% from 255 or 14.60% from 274); Max value from RGB is 179 - color contains mainly: green. Hex color #37B328 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B328 is #C84CD7. Grayscale: #7E7E7E. Windows color (decimal): -13126872 or 2667319. OLE color: 2667319.
HSL color Cylindrical-coordinate representation of color #37B328: hue angle of 113.53º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37B328 is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 179 | 40 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.30 |
| HSL | 113.53º | 0.63% | 0.43% | - |
| HSV(B) | 113.53º | 0.78% | 0.7% | - |
| XYZ | 18.08 | 33.21 | 7.46 | - |
| YUV | 126.08 | 79.42 | 77.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 40 | 0.69 | 0 | 0.78 | 0.30 | 113.53 | 0.63 | 0.43 |
| Hex | 37 | B3 | 28 | 45 | 0 | 4E | 1E | 72 | 3F | 2B |
| Octal | 67 | 263 | 50 | 105 | 0 | 116 | 36 | 162 | 77 | 53 |
| Binary | 110111 | 10110011 | 101000 | 1000101 | 0 | 1001110 | 11110 | 1110010 | 111111 | 101011 |
Color Harmonies of #37B328
Complementary color
Monochromatic Colors of #37B328
Black with #37B328
Text Example
Text Example
White with #37B328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B328; }
p { color: rgb(55,179,40); }
H1.HeaderClassName
{
color: #37B328;
}
.AnyTagClassName
{
color: #37B328;
}
</style>
background-color css
<style>
a { background-color: #37B328; }
a { background-color: rgb(55,179,40); }
div.DivClassName
{
background-color: #37B328;
}
.BgClassName
{
background-color: #37B328;
}
</style>
border-color css
<style>
span { border-color: #37B328; }
span { border-color: rgb(55,179,40); }
td.TdClassName
{
border-color: #37B328;
}
.TagClassName
{
border-color: #37B328;
}
</style>