Shades of Lime Green #37D04F
Tints of Lime Green #37D04F
RGB
CMYK
RGB Variations
Color information
#37D04F (or 0x37D04F) is known color: Lime Green. HEX triplet: 37, D0 and 4F. RGB value is (55,208,79). Sum of RGB (Red+Green+Blue) = 55+208+79=342 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.08% from 342); Green value is 208 (81.64% from 255 or 60.82% from 342); Blue value is 79 (31.25% from 255 or 23.10% from 342); Max value from RGB is 208 - color contains mainly: green. Hex color #37D04F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37D04F is #C82FB0. Grayscale: #939393. Windows color (decimal): -13119409 or 5230647. OLE color: 5230647.
HSL color Cylindrical-coordinate representation of color #37D04F: hue angle of 129.41º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D04F is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 55 | 208 | 79 | - |
| CMYK | 0.74 | 0 | 0.62 | 0.18 |
| HSL | 129.41º | 0.62% | 0.52% | - |
| HSV(B) | 129.41º | 0.74% | 0.82% | - |
| XYZ | 25.54 | 46.49 | 15.02 | - |
| YUV | 147.55 | 89.31 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 208 | 79 | 0.74 | 0 | 0.62 | 0.18 | 129.41 | 0.62 | 0.52 |
| Hex | 37 | D0 | 4F | 4A | 0 | 3E | 12 | 81 | 3E | 34 |
| Octal | 67 | 320 | 117 | 112 | 0 | 76 | 22 | 201 | 76 | 64 |
| Binary | 110111 | 11010000 | 1001111 | 1001010 | 0 | 111110 | 10010 | 10000001 | 111110 | 110100 |
Color Harmonies of #37D04F
Complementary color
Monochromatic Colors of #37D04F
Black with #37D04F
Text Example
Text Example
White with #37D04F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37D04F; }
p { color: rgb(55,208,79); }
H1.HeaderClassName
{
color: #37D04F;
}
.AnyTagClassName
{
color: #37D04F;
}
</style>
background-color css
<style>
a { background-color: #37D04F; }
a { background-color: rgb(55,208,79); }
div.DivClassName
{
background-color: #37D04F;
}
.BgClassName
{
background-color: #37D04F;
}
</style>
border-color css
<style>
span { border-color: #37D04F; }
span { border-color: rgb(55,208,79); }
td.TdClassName
{
border-color: #37D04F;
}
.TagClassName
{
border-color: #37D04F;
}
</style>