Shades of Lime Green #37C143
Tints of Lime Green #37C143
RGB
CMYK
RGB Variations
Color information
#37C143 (or 0x37C143) is known color: Lime Green. HEX triplet: 37, C1 and 43. RGB value is (55,193,67). Sum of RGB (Red+Green+Blue) = 55+193+67=315 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.46% from 315); Green value is 193 (75.78% from 255 or 61.27% from 315); Blue value is 67 (26.56% from 255 or 21.27% from 315); Max value from RGB is 193 - color contains mainly: green. Hex color #37C143 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C143 is #C83EBC. Grayscale: #898989. Windows color (decimal): -13123261 or 4440375. OLE color: 4440375.
HSL color Cylindrical-coordinate representation of color #37C143: hue angle of 125.22º 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 #37C143 is Cyan = 0.72, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 55 | 193 | 67 | - |
| CMYK | 0.72 | 0 | 0.65 | 0.24 |
| HSL | 125.22º | 0.56% | 0.49% | - |
| HSV(B) | 125.22º | 0.72% | 0.76% | - |
| XYZ | 21.66 | 39.36 | 11.77 | - |
| YUV | 137.37 | 88.28 | 69.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 193 | 67 | 0.72 | 0 | 0.65 | 0.24 | 125.22 | 0.56 | 0.49 |
| Hex | 37 | C1 | 43 | 48 | 0 | 41 | 18 | 7D | 38 | 31 |
| Octal | 67 | 301 | 103 | 110 | 0 | 101 | 30 | 175 | 70 | 61 |
| Binary | 110111 | 11000001 | 1000011 | 1001000 | 0 | 1000001 | 11000 | 1111101 | 111000 | 110001 |
Color Harmonies of #37C143
Complementary color
Monochromatic Colors of #37C143
Black with #37C143
Text Example
Text Example
White with #37C143
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C143; }
p { color: rgb(55,193,67); }
H1.HeaderClassName
{
color: #37C143;
}
.AnyTagClassName
{
color: #37C143;
}
</style>
background-color css
<style>
a { background-color: #37C143; }
a { background-color: rgb(55,193,67); }
div.DivClassName
{
background-color: #37C143;
}
.BgClassName
{
background-color: #37C143;
}
</style>
border-color css
<style>
span { border-color: #37C143; }
span { border-color: rgb(55,193,67); }
td.TdClassName
{
border-color: #37C143;
}
.TagClassName
{
border-color: #37C143;
}
</style>