Shades of Lime Green #37B33D
Tints of Lime Green #37B33D
RGB
CMYK
RGB Variations
Color information
#37B33D (or 0x37B33D) is known color: Lime Green. HEX triplet: 37, B3 and 3D. RGB value is (55,179,61). Sum of RGB (Red+Green+Blue) = 55+179+61=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 179 (70.31% from 255 or 60.68% from 295); Blue value is 61 (24.22% from 255 or 20.68% from 295); Max value from RGB is 179 - color contains mainly: green. Hex color #37B33D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B33D is #C84CC2. Grayscale: #808080. Windows color (decimal): -13126851 or 4043575. OLE color: 4043575.
HSL color Cylindrical-coordinate representation of color #37B33D: hue angle of 122.9º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B33D is Cyan = 0.69, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 55 | 179 | 61 | - |
| CMYK | 0.69 | 0 | 0.66 | 0.30 |
| HSL | 122.9º | 0.53% | 0.46% | - |
| HSV(B) | 122.9º | 0.69% | 0.7% | - |
| XYZ | 18.54 | 33.39 | 9.88 | - |
| YUV | 128.47 | 89.92 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 179 | 61 | 0.69 | 0 | 0.66 | 0.30 | 122.9 | 0.53 | 0.46 |
| Hex | 37 | B3 | 3D | 45 | 0 | 42 | 1E | 7B | 35 | 2E |
| Octal | 67 | 263 | 75 | 105 | 0 | 102 | 36 | 173 | 65 | 56 |
| Binary | 110111 | 10110011 | 111101 | 1000101 | 0 | 1000010 | 11110 | 1111011 | 110101 | 101110 |
Color Harmonies of #37B33D
Complementary color
Monochromatic Colors of #37B33D
Black with #37B33D
Text Example
Text Example
White with #37B33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B33D; }
p { color: rgb(55,179,61); }
H1.HeaderClassName
{
color: #37B33D;
}
.AnyTagClassName
{
color: #37B33D;
}
</style>
background-color css
<style>
a { background-color: #37B33D; }
a { background-color: rgb(55,179,61); }
div.DivClassName
{
background-color: #37B33D;
}
.BgClassName
{
background-color: #37B33D;
}
</style>
border-color css
<style>
span { border-color: #37B33D; }
span { border-color: rgb(55,179,61); }
td.TdClassName
{
border-color: #37B33D;
}
.TagClassName
{
border-color: #37B33D;
}
</style>