Shades of Lime Green #37FA4D
Tints of Lime Green #37FA4D
RGB
CMYK
RGB Variations
Color information
#37FA4D (or 0x37FA4D) is known color: Lime Green. HEX triplet: 37, FA and 4D. RGB value is (55,250,77). Sum of RGB (Red+Green+Blue) = 55+250+77=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 250 (98.05% from 255 or 65.45% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 250 - color contains mainly: green. Hex color #37FA4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37FA4D is #C805B2. Grayscale: #ACACAC. Windows color (decimal): -13108659 or 5110327. OLE color: 5110327.
HSL color Cylindrical-coordinate representation of color #37FA4D: hue angle of 126.77º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FA4D is Cyan = 0.78, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 250 | 77 | - |
| CMYK | 0.78 | 0 | 0.69 | 0.02 |
| HSL | 126.77º | 0.95% | 0.6% | - |
| HSV(B) | 126.77º | 0.78% | 0.98% | - |
| XYZ | 37.1 | 69.72 | 18.52 | - |
| YUV | 171.97 | 74.4 | 44.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 250 | 77 | 0.78 | 0 | 0.69 | 0.02 | 126.77 | 0.95 | 0.6 |
| Hex | 37 | FA | 4D | 4E | 0 | 45 | 2 | 7F | 5F | 3C |
| Octal | 67 | 372 | 115 | 116 | 0 | 105 | 2 | 177 | 137 | 74 |
| Binary | 110111 | 11111010 | 1001101 | 1001110 | 0 | 1000101 | 10 | 1111111 | 1011111 | 111100 |
Color Harmonies of #37FA4D
Complementary color
Monochromatic Colors of #37FA4D
Black with #37FA4D
Text Example
Text Example
White with #37FA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FA4D; }
p { color: rgb(55,250,77); }
H1.HeaderClassName
{
color: #37FA4D;
}
.AnyTagClassName
{
color: #37FA4D;
}
</style>
background-color css
<style>
a { background-color: #37FA4D; }
a { background-color: rgb(55,250,77); }
div.DivClassName
{
background-color: #37FA4D;
}
.BgClassName
{
background-color: #37FA4D;
}
</style>
border-color css
<style>
span { border-color: #37FA4D; }
span { border-color: rgb(55,250,77); }
td.TdClassName
{
border-color: #37FA4D;
}
.TagClassName
{
border-color: #37FA4D;
}
</style>