Shades of Lime Green #37DC34
Tints of Lime Green #37DC34
RGB
CMYK
RGB Variations
Color information
#37DC34 (or 0x37DC34) is known color: Lime Green. HEX triplet: 37, DC and 34. RGB value is (55,220,52). Sum of RGB (Red+Green+Blue) = 55+220+52=327 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.82% from 327); Green value is 220 (86.33% from 255 or 67.28% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 220 - color contains mainly: green. Hex color #37DC34 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37DC34 is #C823CB. Grayscale: #989898. Windows color (decimal): -13116364 or 3464247. OLE color: 3464247.
HSL color Cylindrical-coordinate representation of color #37DC34: hue angle of 118.93º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37DC34 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 55 | 220 | 52 | - |
| CMYK | 0.75 | 0 | 0.76 | 0.14 |
| HSL | 118.93º | 0.71% | 0.53% | - |
| HSV(B) | 118.93º | 0.76% | 0.86% | - |
| XYZ | 27.79 | 52.25 | 11.87 | - |
| YUV | 151.51 | 71.84 | 59.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 220 | 52 | 0.75 | 0 | 0.76 | 0.14 | 118.93 | 0.71 | 0.53 |
| Hex | 37 | DC | 34 | 4B | 0 | 4C | E | 77 | 47 | 35 |
| Octal | 67 | 334 | 64 | 113 | 0 | 114 | 16 | 167 | 107 | 65 |
| Binary | 110111 | 11011100 | 110100 | 1001011 | 0 | 1001100 | 1110 | 1110111 | 1000111 | 110101 |
Color Harmonies of #37DC34
Complementary color
Monochromatic Colors of #37DC34
Black with #37DC34
Text Example
Text Example
White with #37DC34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37DC34; }
p { color: rgb(55,220,52); }
H1.HeaderClassName
{
color: #37DC34;
}
.AnyTagClassName
{
color: #37DC34;
}
</style>
background-color css
<style>
a { background-color: #37DC34; }
a { background-color: rgb(55,220,52); }
div.DivClassName
{
background-color: #37DC34;
}
.BgClassName
{
background-color: #37DC34;
}
</style>
border-color css
<style>
span { border-color: #37DC34; }
span { border-color: rgb(55,220,52); }
td.TdClassName
{
border-color: #37DC34;
}
.TagClassName
{
border-color: #37DC34;
}
</style>