Shades of Lime Green #37D613
Tints of Lime Green #37D613
RGB
CMYK
RGB Variations
Color information
#37D613 (or 0x37D613) is known color: Lime Green. HEX triplet: 37, D6 and 13. RGB value is (55,214,19). Sum of RGB (Red+Green+Blue) = 55+214+19=288 (38% of max value = 765). Red value is 55 (21.88% from 255 or 19.10% from 288); Green value is 214 (83.98% from 255 or 74.31% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 214 - color contains mainly: green. Hex color #37D613 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #37D613 is #C829EC. Grayscale: #909090. Windows color (decimal): -13117933 or 1300023. OLE color: 1300023.
HSL color Cylindrical-coordinate representation of color #37D613: hue angle of 108.92º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #37D613 is Cyan = 0.74, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 55 | 214 | 19 | - |
| CMYK | 0.74 | 0 | 0.91 | 0.16 |
| HSL | 108.92º | 0.84% | 0.46% | - |
| HSV(B) | 108.92º | 0.91% | 0.84% | - |
| XYZ | 25.74 | 48.95 | 8.71 | - |
| YUV | 144.23 | 57.32 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 214 | 19 | 0.74 | 0 | 0.91 | 0.16 | 108.92 | 0.84 | 0.46 |
| Hex | 37 | D6 | 13 | 4A | 0 | 5B | 10 | 6D | 54 | 2E |
| Octal | 67 | 326 | 23 | 112 | 0 | 133 | 20 | 155 | 124 | 56 |
| Binary | 110111 | 11010110 | 10011 | 1001010 | 0 | 1011011 | 10000 | 1101101 | 1010100 | 101110 |
Color Harmonies of #37D613
Complementary color
Monochromatic Colors of #37D613
Black with #37D613
Text Example
Text Example
White with #37D613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D613; }
p { color: rgb(55,214,19); }
H1.HeaderClassName
{
color: #37D613;
}
.AnyTagClassName
{
color: #37D613;
}
</style>
background-color css
<style>
a { background-color: #37D613; }
a { background-color: rgb(55,214,19); }
div.DivClassName
{
background-color: #37D613;
}
.BgClassName
{
background-color: #37D613;
}
</style>
border-color css
<style>
span { border-color: #37D613; }
span { border-color: rgb(55,214,19); }
td.TdClassName
{
border-color: #37D613;
}
.TagClassName
{
border-color: #37D613;
}
</style>