Shades of Lime Green #37CB43
Tints of Lime Green #37CB43
RGB
CMYK
RGB Variations
Color information
#37CB43 (or 0x37CB43) is known color: Lime Green. HEX triplet: 37, CB and 43. RGB value is (55,203,67). Sum of RGB (Red+Green+Blue) = 55+203+67=325 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.92% from 325); Green value is 203 (79.69% from 255 or 62.46% from 325); Blue value is 67 (26.56% from 255 or 20.62% from 325); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB43 is #C834BC. Grayscale: #8F8F8F. Windows color (decimal): -13120701 or 4442935. OLE color: 4442935.
HSL color Cylindrical-coordinate representation of color #37CB43: hue angle of 124.86º 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 #37CB43 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 67 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.20 |
| HSL | 124.86º | 0.59% | 0.51% | - |
| HSV(B) | 124.86º | 0.73% | 0.8% | - |
| XYZ | 23.94 | 43.93 | 12.53 | - |
| YUV | 143.24 | 84.97 | 65.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 67 | 0.73 | 0 | 0.67 | 0.20 | 124.86 | 0.59 | 0.51 |
| Hex | 37 | CB | 43 | 49 | 0 | 43 | 14 | 7D | 3B | 33 |
| Octal | 67 | 313 | 103 | 111 | 0 | 103 | 24 | 175 | 73 | 63 |
| Binary | 110111 | 11001011 | 1000011 | 1001001 | 0 | 1000011 | 10100 | 1111101 | 111011 | 110011 |
Color Harmonies of #37CB43
Complementary color
Monochromatic Colors of #37CB43
Black with #37CB43
Text Example
Text Example
White with #37CB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB43; }
p { color: rgb(55,203,67); }
H1.HeaderClassName
{
color: #37CB43;
}
.AnyTagClassName
{
color: #37CB43;
}
</style>
background-color css
<style>
a { background-color: #37CB43; }
a { background-color: rgb(55,203,67); }
div.DivClassName
{
background-color: #37CB43;
}
.BgClassName
{
background-color: #37CB43;
}
</style>
border-color css
<style>
span { border-color: #37CB43; }
span { border-color: rgb(55,203,67); }
td.TdClassName
{
border-color: #37CB43;
}
.TagClassName
{
border-color: #37CB43;
}
</style>