Shades of Lime Green #37CE45
Tints of Lime Green #37CE45
RGB
CMYK
RGB Variations
Color information
#37CE45 (or 0x37CE45) is known color: Lime Green. HEX triplet: 37, CE and 45. RGB value is (55,206,69). Sum of RGB (Red+Green+Blue) = 55+206+69=330 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.67% from 330); Green value is 206 (80.86% from 255 or 62.42% from 330); Blue value is 69 (27.34% from 255 or 20.91% from 330); Max value from RGB is 206 - color contains mainly: green. Hex color #37CE45 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CE45 is #C831BA. Grayscale: #919191. Windows color (decimal): -13119931 or 4574775. OLE color: 4574775.
HSL color Cylindrical-coordinate representation of color #37CE45: hue angle of 125.56º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37CE45 is Cyan = 0.73, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 69 | - |
| CMYK | 0.73 | 0 | 0.67 | 0.19 |
| HSL | 125.56º | 0.61% | 0.51% | - |
| HSV(B) | 125.56º | 0.73% | 0.81% | - |
| XYZ | 24.72 | 45.38 | 13.09 | - |
| YUV | 145.23 | 84.97 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 69 | 0.73 | 0 | 0.67 | 0.19 | 125.56 | 0.61 | 0.51 |
| Hex | 37 | CE | 45 | 49 | 0 | 43 | 13 | 7E | 3D | 33 |
| Octal | 67 | 316 | 105 | 111 | 0 | 103 | 23 | 176 | 75 | 63 |
| Binary | 110111 | 11001110 | 1000101 | 1001001 | 0 | 1000011 | 10011 | 1111110 | 111101 | 110011 |
Color Harmonies of #37CE45
Complementary color
Monochromatic Colors of #37CE45
Black with #37CE45
Text Example
Text Example
White with #37CE45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CE45; }
p { color: rgb(55,206,69); }
H1.HeaderClassName
{
color: #37CE45;
}
.AnyTagClassName
{
color: #37CE45;
}
</style>
background-color css
<style>
a { background-color: #37CE45; }
a { background-color: rgb(55,206,69); }
div.DivClassName
{
background-color: #37CE45;
}
.BgClassName
{
background-color: #37CE45;
}
</style>
border-color css
<style>
span { border-color: #37CE45; }
span { border-color: rgb(55,206,69); }
td.TdClassName
{
border-color: #37CE45;
}
.TagClassName
{
border-color: #37CE45;
}
</style>