Shades of Lime Green #37CE37
Tints of Lime Green #37CE37
RGB
CMYK
RGB Variations
Color information
#37CE37 (or 0x37CE37) is known color: Lime Green. HEX triplet: 37, CE and 37. RGB value is (55,206,55). Sum of RGB (Red+Green+Blue) = 55+206+55=316 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.41% from 316); Green value is 206 (80.86% from 255 or 65.19% from 316); Blue value is 55 (21.88% from 255 or 17.41% from 316); Max value from RGB is 206 - color contains mainly: green. Hex color #37CE37 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37CE37 is #C831C8. Grayscale: #909090. Windows color (decimal): -13119945 or 3657271. OLE color: 3657271.
HSL color Cylindrical-coordinate representation of color #37CE37: hue angle of 120º 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 #37CE37 is Cyan = 0.73, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 55 | 206 | 55 | - |
| CMYK | 0.73 | 0 | 0.73 | 0.19 |
| HSL | 120º | 0.61% | 0.51% | - |
| HSV(B) | 120º | 0.73% | 0.81% | - |
| XYZ | 24.34 | 45.23 | 11.06 | - |
| YUV | 143.64 | 77.97 | 64.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 206 | 55 | 0.73 | 0 | 0.73 | 0.19 | 120 | 0.61 | 0.51 |
| Hex | 37 | CE | 37 | 49 | 0 | 49 | 13 | 78 | 3D | 33 |
| Octal | 67 | 316 | 67 | 111 | 0 | 111 | 23 | 170 | 75 | 63 |
| Binary | 110111 | 11001110 | 110111 | 1001001 | 0 | 1001001 | 10011 | 1111000 | 111101 | 110011 |
Color Harmonies of #37CE37
Complementary color
Monochromatic Colors of #37CE37
Black with #37CE37
Text Example
Text Example
White with #37CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37CE37; }
p { color: rgb(55,206,55); }
H1.HeaderClassName
{
color: #37CE37;
}
.AnyTagClassName
{
color: #37CE37;
}
</style>
background-color css
<style>
a { background-color: #37CE37; }
a { background-color: rgb(55,206,55); }
div.DivClassName
{
background-color: #37CE37;
}
.BgClassName
{
background-color: #37CE37;
}
</style>
border-color css
<style>
span { border-color: #37CE37; }
span { border-color: rgb(55,206,55); }
td.TdClassName
{
border-color: #37CE37;
}
.TagClassName
{
border-color: #37CE37;
}
</style>