Shades of Lime Green #37C71C
Tints of Lime Green #37C71C
RGB
CMYK
RGB Variations
Color information
#37C71C (or 0x37C71C) is known color: Lime Green. HEX triplet: 37, C7 and 1C. RGB value is (55,199,28). Sum of RGB (Red+Green+Blue) = 55+199+28=282 (37% of max value = 765). Red value is 55 (21.88% from 255 or 19.50% from 282); Green value is 199 (78.12% from 255 or 70.57% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 199 - color contains mainly: green. Hex color #37C71C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37C71C is #C838E3. Grayscale: #888888. Windows color (decimal): -13121764 or 1886007. OLE color: 1886007.
HSL color Cylindrical-coordinate representation of color #37C71C: hue angle of 110.53º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #37C71C is Cyan = 0.72, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 55 | 199 | 28 | - |
| CMYK | 0.72 | 0 | 0.86 | 0.22 |
| HSL | 110.53º | 0.75% | 0.45% | - |
| HSV(B) | 110.53º | 0.86% | 0.78% | - |
| XYZ | 22.21 | 41.74 | 7.99 | - |
| YUV | 136.45 | 66.79 | 69.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 199 | 28 | 0.72 | 0 | 0.86 | 0.22 | 110.53 | 0.75 | 0.45 |
| Hex | 37 | C7 | 1C | 48 | 0 | 56 | 16 | 6F | 4B | 2D |
| Octal | 67 | 307 | 34 | 110 | 0 | 126 | 26 | 157 | 113 | 55 |
| Binary | 110111 | 11000111 | 11100 | 1001000 | 0 | 1010110 | 10110 | 1101111 | 1001011 | 101101 |
Color Harmonies of #37C71C
Complementary color
Monochromatic Colors of #37C71C
Black with #37C71C
Text Example
Text Example
White with #37C71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37C71C; }
p { color: rgb(55,199,28); }
H1.HeaderClassName
{
color: #37C71C;
}
.AnyTagClassName
{
color: #37C71C;
}
</style>
background-color css
<style>
a { background-color: #37C71C; }
a { background-color: rgb(55,199,28); }
div.DivClassName
{
background-color: #37C71C;
}
.BgClassName
{
background-color: #37C71C;
}
</style>
border-color css
<style>
span { border-color: #37C71C; }
span { border-color: rgb(55,199,28); }
td.TdClassName
{
border-color: #37C71C;
}
.TagClassName
{
border-color: #37C71C;
}
</style>