Shades of Lime Green #37C340
Tints of Lime Green #37C340
RGB
CMYK
RGB Variations
Color information
#37C340 (or 0x37C340) is known color: Lime Green. HEX triplet: 37, C3 and 40. RGB value is (55,195,64). Sum of RGB (Red+Green+Blue) = 55+195+64=314 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.52% from 314); Green value is 195 (76.56% from 255 or 62.10% from 314); Blue value is 64 (25.39% from 255 or 20.38% from 314); Max value from RGB is 195 - color contains mainly: green. Hex color #37C340 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C340 is #C83CBF. Grayscale: #8A8A8A. Windows color (decimal): -13122752 or 4244279. OLE color: 4244279.
HSL color Cylindrical-coordinate representation of color #37C340: hue angle of 123.86º 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 #37C340 is Cyan = 0.72, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 195 | 64 | - |
| CMYK | 0.72 | 0 | 0.67 | 0.24 |
| HSL | 123.86º | 0.56% | 0.49% | - |
| HSV(B) | 123.86º | 0.72% | 0.76% | - |
| XYZ | 22.02 | 40.21 | 11.45 | - |
| YUV | 138.21 | 86.12 | 68.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 195 | 64 | 0.72 | 0 | 0.67 | 0.24 | 123.86 | 0.56 | 0.49 |
| Hex | 37 | C3 | 40 | 48 | 0 | 43 | 18 | 7C | 38 | 31 |
| Octal | 67 | 303 | 100 | 110 | 0 | 103 | 30 | 174 | 70 | 61 |
| Binary | 110111 | 11000011 | 1000000 | 1001000 | 0 | 1000011 | 11000 | 1111100 | 111000 | 110001 |
Color Harmonies of #37C340
Complementary color
Monochromatic Colors of #37C340
Black with #37C340
Text Example
Text Example
White with #37C340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C340; }
p { color: rgb(55,195,64); }
H1.HeaderClassName
{
color: #37C340;
}
.AnyTagClassName
{
color: #37C340;
}
</style>
background-color css
<style>
a { background-color: #37C340; }
a { background-color: rgb(55,195,64); }
div.DivClassName
{
background-color: #37C340;
}
.BgClassName
{
background-color: #37C340;
}
</style>
border-color css
<style>
span { border-color: #37C340; }
span { border-color: rgb(55,195,64); }
td.TdClassName
{
border-color: #37C340;
}
.TagClassName
{
border-color: #37C340;
}
</style>