Shades of Lime Green #37CA3D
Tints of Lime Green #37CA3D
RGB
CMYK
RGB Variations
Color information
#37CA3D (or 0x37CA3D) is known color: Lime Green. HEX triplet: 37, CA and 3D. RGB value is (55,202,61). Sum of RGB (Red+Green+Blue) = 55+202+61=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 202 (79.30% from 255 or 63.52% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA3D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA3D is #C835C2. Grayscale: #8E8E8E. Windows color (decimal): -13120963 or 4049463. OLE color: 4049463.
HSL color Cylindrical-coordinate representation of color #37CA3D: hue angle of 122.45º 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 #37CA3D is Cyan = 0.73, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 61 | - |
| CMYK | 0.73 | 0 | 0.70 | 0.21 |
| HSL | 122.45º | 0.58% | 0.5% | - |
| HSV(B) | 122.45º | 0.73% | 0.79% | - |
| XYZ | 23.54 | 43.39 | 11.55 | - |
| YUV | 141.97 | 82.3 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 61 | 0.73 | 0 | 0.70 | 0.21 | 122.45 | 0.58 | 0.5 |
| Hex | 37 | CA | 3D | 49 | 0 | 46 | 15 | 7A | 3A | 32 |
| Octal | 67 | 312 | 75 | 111 | 0 | 106 | 25 | 172 | 72 | 62 |
| Binary | 110111 | 11001010 | 111101 | 1001001 | 0 | 1000110 | 10101 | 1111010 | 111010 | 110010 |
Color Harmonies of #37CA3D
Complementary color
Monochromatic Colors of #37CA3D
Black with #37CA3D
Text Example
Text Example
White with #37CA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA3D; }
p { color: rgb(55,202,61); }
H1.HeaderClassName
{
color: #37CA3D;
}
.AnyTagClassName
{
color: #37CA3D;
}
</style>
background-color css
<style>
a { background-color: #37CA3D; }
a { background-color: rgb(55,202,61); }
div.DivClassName
{
background-color: #37CA3D;
}
.BgClassName
{
background-color: #37CA3D;
}
</style>
border-color css
<style>
span { border-color: #37CA3D; }
span { border-color: rgb(55,202,61); }
td.TdClassName
{
border-color: #37CA3D;
}
.TagClassName
{
border-color: #37CA3D;
}
</style>