Shades of Lime Green #37CA46
Tints of Lime Green #37CA46
RGB
CMYK
RGB Variations
Color information
#37CA46 (or 0x37CA46) is known color: Lime Green. HEX triplet: 37, CA and 46. RGB value is (55,202,70). Sum of RGB (Red+Green+Blue) = 55+202+70=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 202 (79.30% from 255 or 61.77% from 327); Blue value is 70 (27.73% from 255 or 21.41% from 327); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA46 is #C835B9. Grayscale: #8F8F8F. Windows color (decimal): -13120954 or 4639287. OLE color: 4639287.
HSL color Cylindrical-coordinate representation of color #37CA46: hue angle of 126.12º 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 #37CA46 is Cyan = 0.73, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 70 | - |
| CMYK | 0.73 | 0 | 0.65 | 0.21 |
| HSL | 126.12º | 0.58% | 0.5% | - |
| HSV(B) | 126.12º | 0.73% | 0.79% | - |
| XYZ | 23.8 | 43.5 | 12.94 | - |
| YUV | 143 | 86.8 | 65.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 70 | 0.73 | 0 | 0.65 | 0.21 | 126.12 | 0.58 | 0.5 |
| Hex | 37 | CA | 46 | 49 | 0 | 41 | 15 | 7E | 3A | 32 |
| Octal | 67 | 312 | 106 | 111 | 0 | 101 | 25 | 176 | 72 | 62 |
| Binary | 110111 | 11001010 | 1000110 | 1001001 | 0 | 1000001 | 10101 | 1111110 | 111010 | 110010 |
Color Harmonies of #37CA46
Complementary color
Monochromatic Colors of #37CA46
Black with #37CA46
Text Example
Text Example
White with #37CA46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA46; }
p { color: rgb(55,202,70); }
H1.HeaderClassName
{
color: #37CA46;
}
.AnyTagClassName
{
color: #37CA46;
}
</style>
background-color css
<style>
a { background-color: #37CA46; }
a { background-color: rgb(55,202,70); }
div.DivClassName
{
background-color: #37CA46;
}
.BgClassName
{
background-color: #37CA46;
}
</style>
border-color css
<style>
span { border-color: #37CA46; }
span { border-color: rgb(55,202,70); }
td.TdClassName
{
border-color: #37CA46;
}
.TagClassName
{
border-color: #37CA46;
}
</style>