Shades of Lime Green #37B43C
Tints of Lime Green #37B43C
RGB
CMYK
RGB Variations
Color information
#37B43C (or 0x37B43C) is known color: Lime Green. HEX triplet: 37, B4 and 3C. RGB value is (55,180,60). Sum of RGB (Red+Green+Blue) = 55+180+60=295 (39% of max value = 765). Red value is 55 (21.88% from 255 or 18.64% from 295); Green value is 180 (70.70% from 255 or 61.02% from 295); Blue value is 60 (23.83% from 255 or 20.34% from 295); Max value from RGB is 180 - color contains mainly: green. Hex color #37B43C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37B43C is #C84BC3. Grayscale: #818181. Windows color (decimal): -13126596 or 3978295. OLE color: 3978295.
HSL color Cylindrical-coordinate representation of color #37B43C: hue angle of 122.4º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #37B43C is Cyan = 0.69, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 55 | 180 | 60 | - |
| CMYK | 0.69 | 0 | 0.67 | 0.29 |
| HSL | 122.4º | 0.53% | 0.46% | - |
| HSV(B) | 122.4º | 0.69% | 0.71% | - |
| XYZ | 18.71 | 33.78 | 9.81 | - |
| YUV | 128.95 | 89.09 | 75.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 180 | 60 | 0.69 | 0 | 0.67 | 0.29 | 122.4 | 0.53 | 0.46 |
| Hex | 37 | B4 | 3C | 45 | 0 | 43 | 1D | 7A | 35 | 2E |
| Octal | 67 | 264 | 74 | 105 | 0 | 103 | 35 | 172 | 65 | 56 |
| Binary | 110111 | 10110100 | 111100 | 1000101 | 0 | 1000011 | 11101 | 1111010 | 110101 | 101110 |
Color Harmonies of #37B43C
Complementary color
Monochromatic Colors of #37B43C
Black with #37B43C
Text Example
Text Example
White with #37B43C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37B43C; }
p { color: rgb(55,180,60); }
H1.HeaderClassName
{
color: #37B43C;
}
.AnyTagClassName
{
color: #37B43C;
}
</style>
background-color css
<style>
a { background-color: #37B43C; }
a { background-color: rgb(55,180,60); }
div.DivClassName
{
background-color: #37B43C;
}
.BgClassName
{
background-color: #37B43C;
}
</style>
border-color css
<style>
span { border-color: #37B43C; }
span { border-color: rgb(55,180,60); }
td.TdClassName
{
border-color: #37B43C;
}
.TagClassName
{
border-color: #37B43C;
}
</style>