Shades of Lime Green #37C93D
Tints of Lime Green #37C93D
RGB
CMYK
RGB Variations
Color information
#37C93D (or 0x37C93D) is known color: Lime Green. HEX triplet: 37, C9 and 3D. RGB value is (55,201,61). Sum of RGB (Red+Green+Blue) = 55+201+61=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 201 (78.91% from 255 or 63.41% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 201 - color contains mainly: green. Hex color #37C93D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C93D is #C836C2. Grayscale: #8D8D8D. Windows color (decimal): -13121219 or 4049207. OLE color: 4049207.
HSL color Cylindrical-coordinate representation of color #37C93D: hue angle of 122.47º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37C93D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 201 | 61 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.21 |
| HSL | 122.47º | 0.57% | 0.5% | - |
| HSV(B) | 122.47º | 0.73% | 0.79% | - |
| XYZ | 23.3 | 42.92 | 11.47 | - |
| YUV | 141.39 | 82.63 | 66.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 201 | 61 | 0.73 | 0 | 0.70 | 0.21 | 122.47 | 0.57 | 0.5 |
| Hex | 37 | C9 | 3D | 49 | 0 | 46 | 15 | 7A | 39 | 32 |
| Octal | 67 | 311 | 75 | 111 | 0 | 106 | 25 | 172 | 71 | 62 |
| Binary | 110111 | 11001001 | 111101 | 1001001 | 0 | 1000110 | 10101 | 1111010 | 111001 | 110010 |
Color Harmonies of #37C93D
Complementary color
Monochromatic Colors of #37C93D
Black with #37C93D
Text Example
Text Example
White with #37C93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C93D; }
p { color: rgb(55,201,61); }
H1.HeaderClassName
{
color: #37C93D;
}
.AnyTagClassName
{
color: #37C93D;
}
</style>
background-color css
<style>
a { background-color: #37C93D; }
a { background-color: rgb(55,201,61); }
div.DivClassName
{
background-color: #37C93D;
}
.BgClassName
{
background-color: #37C93D;
}
</style>
border-color css
<style>
span { border-color: #37C93D; }
span { border-color: rgb(55,201,61); }
td.TdClassName
{
border-color: #37C93D;
}
.TagClassName
{
border-color: #37C93D;
}
</style>