Shades of Lime Green #37CA53
Tints of Lime Green #37CA53
RGB
CMYK
RGB Variations
Color information
#37CA53 (or 0x37CA53) is known color: Lime Green. HEX triplet: 37, CA and 53. RGB value is (55,202,83). Sum of RGB (Red+Green+Blue) = 55+202+83=340 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.18% from 340); Green value is 202 (79.30% from 255 or 59.41% from 340); Blue value is 83 (32.81% from 255 or 24.41% from 340); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA53 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37CA53 is #C835AC. Grayscale: #909090. Windows color (decimal): -13120941 or 5491255. OLE color: 5491255.
HSL color Cylindrical-coordinate representation of color #37CA53: hue angle of 131.43º degrees, saturation: 0.58, 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 #37CA53 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 83 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.21 |
| HSL | 131.43º | 0.58% | 0.5% | - |
| HSV(B) | 131.43º | 0.73% | 0.79% | - |
| XYZ | 24.26 | 43.68 | 15.34 | - |
| YUV | 144.48 | 93.3 | 64.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 83 | 0.73 | 0 | 0.59 | 0.21 | 131.43 | 0.58 | 0.5 |
| Hex | 37 | CA | 53 | 49 | 0 | 3B | 15 | 83 | 3A | 32 |
| Octal | 67 | 312 | 123 | 111 | 0 | 73 | 25 | 203 | 72 | 62 |
| Binary | 110111 | 11001010 | 1010011 | 1001001 | 0 | 111011 | 10101 | 10000011 | 111010 | 110010 |
Color Harmonies of #37CA53
Complementary color
Monochromatic Colors of #37CA53
Black with #37CA53
Text Example
Text Example
White with #37CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA53; }
p { color: rgb(55,202,83); }
H1.HeaderClassName
{
color: #37CA53;
}
.AnyTagClassName
{
color: #37CA53;
}
</style>
background-color css
<style>
a { background-color: #37CA53; }
a { background-color: rgb(55,202,83); }
div.DivClassName
{
background-color: #37CA53;
}
.BgClassName
{
background-color: #37CA53;
}
</style>
border-color css
<style>
span { border-color: #37CA53; }
span { border-color: rgb(55,202,83); }
td.TdClassName
{
border-color: #37CA53;
}
.TagClassName
{
border-color: #37CA53;
}
</style>