Shades of Lime Green #37D53D
Tints of Lime Green #37D53D
RGB
CMYK
RGB Variations
Color information
#37D53D (or 0x37D53D) is known color: Lime Green. HEX triplet: 37, D5 and 3D. RGB value is (55,213,61). Sum of RGB (Red+Green+Blue) = 55+213+61=329 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.72% from 329); Green value is 213 (83.59% from 255 or 64.74% from 329); Blue value is 61 (24.22% from 255 or 18.54% from 329); Max value from RGB is 213 - color contains mainly: green. Hex color #37D53D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37D53D is #C82AC2. Grayscale: #949494. Windows color (decimal): -13118147 or 4052279. OLE color: 4052279.
HSL color Cylindrical-coordinate representation of color #37D53D: hue angle of 122.28º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D53D is Cyan = 0.74, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 213 | 61 | - |
| CMYK | 0.74 | 0 | 0.71 | 0.16 |
| HSL | 122.28º | 0.65% | 0.53% | - |
| HSV(B) | 122.28º | 0.74% | 0.84% | - |
| XYZ | 26.21 | 48.74 | 12.44 | - |
| YUV | 148.43 | 78.65 | 61.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 213 | 61 | 0.74 | 0 | 0.71 | 0.16 | 122.28 | 0.65 | 0.53 |
| Hex | 37 | D5 | 3D | 4A | 0 | 47 | 10 | 7A | 41 | 35 |
| Octal | 67 | 325 | 75 | 112 | 0 | 107 | 20 | 172 | 101 | 65 |
| Binary | 110111 | 11010101 | 111101 | 1001010 | 0 | 1000111 | 10000 | 1111010 | 1000001 | 110101 |
Color Harmonies of #37D53D
Complementary color
Monochromatic Colors of #37D53D
Black with #37D53D
Text Example
Text Example
White with #37D53D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D53D; }
p { color: rgb(55,213,61); }
H1.HeaderClassName
{
color: #37D53D;
}
.AnyTagClassName
{
color: #37D53D;
}
</style>
background-color css
<style>
a { background-color: #37D53D; }
a { background-color: rgb(55,213,61); }
div.DivClassName
{
background-color: #37D53D;
}
.BgClassName
{
background-color: #37D53D;
}
</style>
border-color css
<style>
span { border-color: #37D53D; }
span { border-color: rgb(55,213,61); }
td.TdClassName
{
border-color: #37D53D;
}
.TagClassName
{
border-color: #37D53D;
}
</style>