Shades of Lime Green #37B52C
Tints of Lime Green #37B52C
RGB
CMYK
RGB Variations
Color information
#37B52C (or 0x37B52C) is known color: Lime Green. HEX triplet: 37, B5 and 2C. RGB value is (55,181,44). Sum of RGB (Red+Green+Blue) = 55+181+44=280 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.64% from 280); Green value is 181 (71.09% from 255 or 64.64% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 181 - color contains mainly: green. Hex color #37B52C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B52C is #C84AD3. Grayscale: #808080. Windows color (decimal): -13126356 or 2929975. OLE color: 2929975.
HSL color Cylindrical-coordinate representation of color #37B52C: hue angle of 115.18º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37B52C is Cyan = 0.70, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 181 | 44 | - |
| CMYK | 0.70 | 0 | 0.76 | 0.29 |
| HSL | 115.18º | 0.61% | 0.44% | - |
| HSV(B) | 115.18º | 0.76% | 0.71% | - |
| XYZ | 18.55 | 34.04 | 7.98 | - |
| YUV | 127.71 | 80.76 | 76.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 181 | 44 | 0.70 | 0 | 0.76 | 0.29 | 115.18 | 0.61 | 0.44 |
| Hex | 37 | B5 | 2C | 46 | 0 | 4C | 1D | 73 | 3D | 2C |
| Octal | 67 | 265 | 54 | 106 | 0 | 114 | 35 | 163 | 75 | 54 |
| Binary | 110111 | 10110101 | 101100 | 1000110 | 0 | 1001100 | 11101 | 1110011 | 111101 | 101100 |
Color Harmonies of #37B52C
Complementary color
Monochromatic Colors of #37B52C
Black with #37B52C
Text Example
Text Example
White with #37B52C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B52C; }
p { color: rgb(55,181,44); }
H1.HeaderClassName
{
color: #37B52C;
}
.AnyTagClassName
{
color: #37B52C;
}
</style>
background-color css
<style>
a { background-color: #37B52C; }
a { background-color: rgb(55,181,44); }
div.DivClassName
{
background-color: #37B52C;
}
.BgClassName
{
background-color: #37B52C;
}
</style>
border-color css
<style>
span { border-color: #37B52C; }
span { border-color: rgb(55,181,44); }
td.TdClassName
{
border-color: #37B52C;
}
.TagClassName
{
border-color: #37B52C;
}
</style>