Shades of Lime Green #37D216
Tints of Lime Green #37D216
RGB
CMYK
RGB Variations
Color information
#37D216 (or 0x37D216) is known color: Lime Green. HEX triplet: 37, D2 and 16. RGB value is (55,210,22). Sum of RGB (Red+Green+Blue) = 55+210+22=287 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.16% from 287); Green value is 210 (82.42% from 255 or 73.17% from 287); Blue value is 22 (8.98% from 255 or 7.67% from 287); Max value from RGB is 210 - color contains mainly: green. Hex color #37D216 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37D216 is #C82DE9. Grayscale: #8E8E8E. Windows color (decimal): -13118954 or 1495607. OLE color: 1495607.
HSL color Cylindrical-coordinate representation of color #37D216: hue angle of 109.47º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #37D216 is Cyan = 0.74, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 210 | 22 | - |
| CMYK | 0.74 | 0 | 0.90 | 0.18 |
| HSL | 109.47º | 0.81% | 0.45% | - |
| HSV(B) | 109.47º | 0.9% | 0.82% | - |
| XYZ | 24.77 | 46.96 | 8.52 | - |
| YUV | 142.22 | 60.15 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 210 | 22 | 0.74 | 0 | 0.90 | 0.18 | 109.47 | 0.81 | 0.45 |
| Hex | 37 | D2 | 16 | 4A | 0 | 5A | 12 | 6D | 51 | 2D |
| Octal | 67 | 322 | 26 | 112 | 0 | 132 | 22 | 155 | 121 | 55 |
| Binary | 110111 | 11010010 | 10110 | 1001010 | 0 | 1011010 | 10010 | 1101101 | 1010001 | 101101 |
Color Harmonies of #37D216
Complementary color
Monochromatic Colors of #37D216
Black with #37D216
Text Example
Text Example
White with #37D216
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D216; }
p { color: rgb(55,210,22); }
H1.HeaderClassName
{
color: #37D216;
}
.AnyTagClassName
{
color: #37D216;
}
</style>
background-color css
<style>
a { background-color: #37D216; }
a { background-color: rgb(55,210,22); }
div.DivClassName
{
background-color: #37D216;
}
.BgClassName
{
background-color: #37D216;
}
</style>
border-color css
<style>
span { border-color: #37D216; }
span { border-color: rgb(55,210,22); }
td.TdClassName
{
border-color: #37D216;
}
.TagClassName
{
border-color: #37D216;
}
</style>