Shades of Lime Green #37B53D
Tints of Lime Green #37B53D
RGB
CMYK
RGB Variations
Color information
#37B53D (or 0x37B53D) is known color: Lime Green. HEX triplet: 37, B5 and 3D. RGB value is (55,181,61). Sum of RGB (Red+Green+Blue) = 55+181+61=297 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.52% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #37B53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B53D is #C84AC2. Grayscale: #828282. Windows color (decimal): -13126339 or 4044087. OLE color: 4044087.
HSL color Cylindrical-coordinate representation of color #37B53D: hue angle of 122.86º 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 #37B53D is Cyan = 0.70, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 181 | 61 | - |
| CMYK | 0.70 | 0 | 0.66 | 0.29 |
| HSL | 122.86º | 0.53% | 0.46% | - |
| HSV(B) | 122.86º | 0.7% | 0.71% | - |
| XYZ | 18.94 | 34.2 | 10.02 | - |
| YUV | 129.65 | 89.26 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 181 | 61 | 0.70 | 0 | 0.66 | 0.29 | 122.86 | 0.53 | 0.46 |
| Hex | 37 | B5 | 3D | 46 | 0 | 42 | 1D | 7B | 35 | 2E |
| Octal | 67 | 265 | 75 | 106 | 0 | 102 | 35 | 173 | 65 | 56 |
| Binary | 110111 | 10110101 | 111101 | 1000110 | 0 | 1000010 | 11101 | 1111011 | 110101 | 101110 |
Color Harmonies of #37B53D
Complementary color
Monochromatic Colors of #37B53D
Black with #37B53D
Text Example
Text Example
White with #37B53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B53D; }
p { color: rgb(55,181,61); }
H1.HeaderClassName
{
color: #37B53D;
}
.AnyTagClassName
{
color: #37B53D;
}
</style>
background-color css
<style>
a { background-color: #37B53D; }
a { background-color: rgb(55,181,61); }
div.DivClassName
{
background-color: #37B53D;
}
.BgClassName
{
background-color: #37B53D;
}
</style>
border-color css
<style>
span { border-color: #37B53D; }
span { border-color: rgb(55,181,61); }
td.TdClassName
{
border-color: #37B53D;
}
.TagClassName
{
border-color: #37B53D;
}
</style>