Shades of Lime Green #37CB3F
Tints of Lime Green #37CB3F
RGB
CMYK
RGB Variations
Color information
#37CB3F (or 0x37CB3F) is known color: Lime Green. HEX triplet: 37, CB and 3F. RGB value is (55,203,63). Sum of RGB (Red+Green+Blue) = 55+203+63=321 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.13% from 321); Green value is 203 (79.69% from 255 or 63.24% from 321); Blue value is 63 (25% from 255 or 19.63% from 321); Max value from RGB is 203 - color contains mainly: green. Hex color #37CB3F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CB3F is #C834C0. Grayscale: #8F8F8F. Windows color (decimal): -13120705 or 4180791. OLE color: 4180791.
HSL color Cylindrical-coordinate representation of color #37CB3F: hue angle of 123.24º 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 #37CB3F is Cyan = 0.73, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 55 | 203 | 63 | - |
| CMYK | 0.73 | 0 | 0.69 | 0.20 |
| HSL | 123.24º | 0.59% | 0.51% | - |
| HSV(B) | 123.24º | 0.73% | 0.8% | - |
| XYZ | 23.83 | 43.88 | 11.92 | - |
| YUV | 142.79 | 82.97 | 65.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 203 | 63 | 0.73 | 0 | 0.69 | 0.20 | 123.24 | 0.59 | 0.51 |
| Hex | 37 | CB | 3F | 49 | 0 | 45 | 14 | 7B | 3B | 33 |
| Octal | 67 | 313 | 77 | 111 | 0 | 105 | 24 | 173 | 73 | 63 |
| Binary | 110111 | 11001011 | 111111 | 1001001 | 0 | 1000101 | 10100 | 1111011 | 111011 | 110011 |
Color Harmonies of #37CB3F
Complementary color
Monochromatic Colors of #37CB3F
Black with #37CB3F
Text Example
Text Example
White with #37CB3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CB3F; }
p { color: rgb(55,203,63); }
H1.HeaderClassName
{
color: #37CB3F;
}
.AnyTagClassName
{
color: #37CB3F;
}
</style>
background-color css
<style>
a { background-color: #37CB3F; }
a { background-color: rgb(55,203,63); }
div.DivClassName
{
background-color: #37CB3F;
}
.BgClassName
{
background-color: #37CB3F;
}
</style>
border-color css
<style>
span { border-color: #37CB3F; }
span { border-color: rgb(55,203,63); }
td.TdClassName
{
border-color: #37CB3F;
}
.TagClassName
{
border-color: #37CB3F;
}
</style>