Shades of Lime Green #37CB46
Tints of Lime Green #37CB46
RGB
CMYK
RGB Variations
Color information
#37CB46 (or 0x37CB46) is known color: Lime Green. HEX triplet: 37, CB and 46. RGB value is (55,203,70). Sum of RGB (Red+Green+Blue) = 55+203+70=328 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.77% from 328); Green value is 203 (79.69% from 255 or 61.89% from 328); Blue value is 70 (27.73% from 255 or 21.34% from 328); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB46 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB46 is #C834B9. Grayscale: #8F8F8F. Windows color (decimal): -13120698 or 4639543. OLE color: 4639543.
HSL color Cylindrical-coordinate representation of color #37CB46: hue angle of 126.08º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CB46 is Cyan = 0.73, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 70 | - |
| CMYK | 0.73 | 0 | 0.66 | 0.20 |
| HSL | 126.08º | 0.59% | 0.51% | - |
| HSV(B) | 126.08º | 0.73% | 0.8% | - |
| XYZ | 24.04 | 43.97 | 13.01 | - |
| YUV | 143.59 | 86.47 | 64.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 70 | 0.73 | 0 | 0.66 | 0.20 | 126.08 | 0.59 | 0.51 |
| Hex | 37 | CB | 46 | 49 | 0 | 42 | 14 | 7E | 3B | 33 |
| Octal | 67 | 313 | 106 | 111 | 0 | 102 | 24 | 176 | 73 | 63 |
| Binary | 110111 | 11001011 | 1000110 | 1001001 | 0 | 1000010 | 10100 | 1111110 | 111011 | 110011 |
Color Harmonies of #37CB46
Complementary color
Monochromatic Colors of #37CB46
Black with #37CB46
Text Example
Text Example
White with #37CB46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB46; }
p { color: rgb(55,203,70); }
H1.HeaderClassName
{
color: #37CB46;
}
.AnyTagClassName
{
color: #37CB46;
}
</style>
background-color css
<style>
a { background-color: #37CB46; }
a { background-color: rgb(55,203,70); }
div.DivClassName
{
background-color: #37CB46;
}
.BgClassName
{
background-color: #37CB46;
}
</style>
border-color css
<style>
span { border-color: #37CB46; }
span { border-color: rgb(55,203,70); }
td.TdClassName
{
border-color: #37CB46;
}
.TagClassName
{
border-color: #37CB46;
}
</style>