Shades of Lime Green #37FB4C
Tints of Lime Green #37FB4C
RGB
CMYK
RGB Variations
Color information
#37FB4C (or 0x37FB4C) is known color: Lime Green. HEX triplet: 37, FB and 4C. RGB value is (55,251,76). Sum of RGB (Red+Green+Blue) = 55+251+76=382 (50% of max value = 765). Red value is 55 (21.88% from 255 or 14.40% from 382); Green value is 251 (98.44% from 255 or 65.71% from 382); Blue value is 76 (30.08% from 255 or 19.90% from 382); Max value from RGB is 251 - color contains mainly: green. Hex color #37FB4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37FB4C is #C804B3. Grayscale: #ACACAC. Windows color (decimal): -13108404 or 5045047. OLE color: 5045047.
HSL color Cylindrical-coordinate representation of color #37FB4C: hue angle of 126.43º degrees, saturation: 0.96, 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 #37FB4C is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 55 | 251 | 76 | - |
| CMYK | 0.78 | 0 | 0.70 | 0.02 |
| HSL | 126.43º | 0.96% | 0.6% | - |
| HSV(B) | 126.43º | 0.78% | 0.98% | - |
| XYZ | 37.38 | 70.33 | 18.44 | - |
| YUV | 172.45 | 73.57 | 44.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 251 | 76 | 0.78 | 0 | 0.70 | 0.02 | 126.43 | 0.96 | 0.6 |
| Hex | 37 | FB | 4C | 4E | 0 | 46 | 2 | 7E | 60 | 3C |
| Octal | 67 | 373 | 114 | 116 | 0 | 106 | 2 | 176 | 140 | 74 |
| Binary | 110111 | 11111011 | 1001100 | 1001110 | 0 | 1000110 | 10 | 1111110 | 1100000 | 111100 |
Color Harmonies of #37FB4C
Complementary color
Monochromatic Colors of #37FB4C
Black with #37FB4C
Text Example
Text Example
White with #37FB4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37FB4C; }
p { color: rgb(55,251,76); }
H1.HeaderClassName
{
color: #37FB4C;
}
.AnyTagClassName
{
color: #37FB4C;
}
</style>
background-color css
<style>
a { background-color: #37FB4C; }
a { background-color: rgb(55,251,76); }
div.DivClassName
{
background-color: #37FB4C;
}
.BgClassName
{
background-color: #37FB4C;
}
</style>
border-color css
<style>
span { border-color: #37FB4C; }
span { border-color: rgb(55,251,76); }
td.TdClassName
{
border-color: #37FB4C;
}
.TagClassName
{
border-color: #37FB4C;
}
</style>