Shades of Lime Green #37C237
Tints of Lime Green #37C237
RGB
CMYK
RGB Variations
Color information
#37C237 (or 0x37C237) is known color: Lime Green. HEX triplet: 37, C2 and 37. RGB value is (55,194,55). Sum of RGB (Red+Green+Blue) = 55+194+55=304 (40% of max value = 765). Red value is 55 (21.88% from 255 or 18.09% from 304); Green value is 194 (76.17% from 255 or 63.82% from 304); Blue value is 55 (21.88% from 255 or 18.09% from 304); Max value from RGB is 194 - color contains mainly: green. Hex color #37C237 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C237 is #C83DC8. Grayscale: #898989. Windows color (decimal): -13123017 or 3654199. OLE color: 3654199.
HSL color Cylindrical-coordinate representation of color #37C237: hue angle of 120º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37C237 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 194 | 55 | - |
| CMYK | 0.72 | 0 | 0.72 | 0.24 |
| HSL | 120º | 0.56% | 0.49% | - |
| HSV(B) | 120º | 0.72% | 0.76% | - |
| XYZ | 21.56 | 39.67 | 10.14 | - |
| YUV | 136.59 | 81.95 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 194 | 55 | 0.72 | 0 | 0.72 | 0.24 | 120 | 0.56 | 0.49 |
| Hex | 37 | C2 | 37 | 48 | 0 | 48 | 18 | 78 | 38 | 31 |
| Octal | 67 | 302 | 67 | 110 | 0 | 110 | 30 | 170 | 70 | 61 |
| Binary | 110111 | 11000010 | 110111 | 1001000 | 0 | 1001000 | 11000 | 1111000 | 111000 | 110001 |
Color Harmonies of #37C237
Complementary color
Monochromatic Colors of #37C237
Black with #37C237
Text Example
Text Example
White with #37C237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C237; }
p { color: rgb(55,194,55); }
H1.HeaderClassName
{
color: #37C237;
}
.AnyTagClassName
{
color: #37C237;
}
</style>
background-color css
<style>
a { background-color: #37C237; }
a { background-color: rgb(55,194,55); }
div.DivClassName
{
background-color: #37C237;
}
.BgClassName
{
background-color: #37C237;
}
</style>
border-color css
<style>
span { border-color: #37C237; }
span { border-color: rgb(55,194,55); }
td.TdClassName
{
border-color: #37C237;
}
.TagClassName
{
border-color: #37C237;
}
</style>