Shades of Lime Green #37B53A
Tints of Lime Green #37B53A
RGB
CMYK
RGB Variations
Color information
#37B53A (or 0x37B53A) is known color: Lime Green. HEX triplet: 37, B5 and 3A. RGB value is (55,181,58). Sum of RGB (Red+Green+Blue) = 55+181+58=294 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.71% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 58 (23.05% from 255 or 19.73% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #37B53A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B53A is #C84AC5. Grayscale: #818181. Windows color (decimal): -13126342 or 3847479. OLE color: 3847479.
HSL color Cylindrical-coordinate representation of color #37B53A: hue angle of 121.43º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37B53A is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 181 | 58 | - |
| CMYK | 0.70 | 0 | 0.68 | 0.29 |
| HSL | 121.43º | 0.53% | 0.46% | - |
| HSV(B) | 121.43º | 0.7% | 0.71% | - |
| XYZ | 18.86 | 34.17 | 9.6 | - |
| YUV | 129.3 | 87.76 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 181 | 58 | 0.70 | 0 | 0.68 | 0.29 | 121.43 | 0.53 | 0.46 |
| Hex | 37 | B5 | 3A | 46 | 0 | 44 | 1D | 79 | 35 | 2E |
| Octal | 67 | 265 | 72 | 106 | 0 | 104 | 35 | 171 | 65 | 56 |
| Binary | 110111 | 10110101 | 111010 | 1000110 | 0 | 1000100 | 11101 | 1111001 | 110101 | 101110 |
Color Harmonies of #37B53A
Complementary color
Monochromatic Colors of #37B53A
Black with #37B53A
Text Example
Text Example
White with #37B53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B53A; }
p { color: rgb(55,181,58); }
H1.HeaderClassName
{
color: #37B53A;
}
.AnyTagClassName
{
color: #37B53A;
}
</style>
background-color css
<style>
a { background-color: #37B53A; }
a { background-color: rgb(55,181,58); }
div.DivClassName
{
background-color: #37B53A;
}
.BgClassName
{
background-color: #37B53A;
}
</style>
border-color css
<style>
span { border-color: #37B53A; }
span { border-color: rgb(55,181,58); }
td.TdClassName
{
border-color: #37B53A;
}
.TagClassName
{
border-color: #37B53A;
}
</style>