Shades of Lime Green #37CA37
Tints of Lime Green #37CA37
RGB
CMYK
RGB Variations
Color information
#37CA37 (or 0x37CA37) is known color: Lime Green. HEX triplet: 37, CA and 37. RGB value is (55,202,55). Sum of RGB (Red+Green+Blue) = 55+202+55=312 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.63% from 312); Green value is 202 (79.30% from 255 or 64.74% from 312); Blue value is 55 (21.88% from 255 or 17.63% from 312); Max value from RGB is 202 - color contains mainly: green. Hex color #37CA37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CA37 is #C835C8. Grayscale: #8D8D8D. Windows color (decimal): -13120969 or 3656247. OLE color: 3656247.
HSL color Cylindrical-coordinate representation of color #37CA37: hue angle of 120º 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 #37CA37 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 55 | 202 | 55 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.21 |
| HSL | 120º | 0.58% | 0.5% | - |
| HSV(B) | 120º | 0.73% | 0.79% | - |
| XYZ | 23.39 | 43.33 | 10.75 | - |
| YUV | 141.29 | 79.3 | 66.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 202 | 55 | 0.73 | 0 | 0.73 | 0.21 | 120 | 0.58 | 0.5 |
| Hex | 37 | CA | 37 | 49 | 0 | 49 | 15 | 78 | 3A | 32 |
| Octal | 67 | 312 | 67 | 111 | 0 | 111 | 25 | 170 | 72 | 62 |
| Binary | 110111 | 11001010 | 110111 | 1001001 | 0 | 1001001 | 10101 | 1111000 | 111010 | 110010 |
Color Harmonies of #37CA37
Complementary color
Monochromatic Colors of #37CA37
Black with #37CA37
Text Example
Text Example
White with #37CA37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CA37; }
p { color: rgb(55,202,55); }
H1.HeaderClassName
{
color: #37CA37;
}
.AnyTagClassName
{
color: #37CA37;
}
</style>
background-color css
<style>
a { background-color: #37CA37; }
a { background-color: rgb(55,202,55); }
div.DivClassName
{
background-color: #37CA37;
}
.BgClassName
{
background-color: #37CA37;
}
</style>
border-color css
<style>
span { border-color: #37CA37; }
span { border-color: rgb(55,202,55); }
td.TdClassName
{
border-color: #37CA37;
}
.TagClassName
{
border-color: #37CA37;
}
</style>