Shades of Lime Green #37F029
Tints of Lime Green #37F029
RGB
CMYK
RGB Variations
Color information
#37F029 (or 0x37F029) is known color: Lime Green. HEX triplet: 37, F0 and 29. RGB value is (55,240,41). Sum of RGB (Red+Green+Blue) = 55+240+41=336 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.37% from 336); Green value is 240 (94.14% from 255 or 71.43% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 240 - color contains mainly: green. Hex color #37F029 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F029 is #C80FD6. Grayscale: #A2A2A2. Windows color (decimal): -13111255 or 2748471. OLE color: 2748471.
HSL color Cylindrical-coordinate representation of color #37F029: hue angle of 115.78º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #37F029 is Cyan = 0.77, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 55 | 240 | 41 | - |
| CMYK | 0.77 | 0 | 0.83 | 0.06 |
| HSL | 115.78º | 0.87% | 0.55% | - |
| HSV(B) | 115.78º | 0.83% | 0.94% | - |
| XYZ | 33.14 | 63.29 | 12.57 | - |
| YUV | 162 | 59.71 | 51.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 240 | 41 | 0.77 | 0 | 0.83 | 0.06 | 115.78 | 0.87 | 0.55 |
| Hex | 37 | F0 | 29 | 4D | 0 | 53 | 6 | 74 | 57 | 37 |
| Octal | 67 | 360 | 51 | 115 | 0 | 123 | 6 | 164 | 127 | 67 |
| Binary | 110111 | 11110000 | 101001 | 1001101 | 0 | 1010011 | 110 | 1110100 | 1010111 | 110111 |
Color Harmonies of #37F029
Complementary color
Monochromatic Colors of #37F029
Black with #37F029
Text Example
Text Example
White with #37F029
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F029; }
p { color: rgb(55,240,41); }
H1.HeaderClassName
{
color: #37F029;
}
.AnyTagClassName
{
color: #37F029;
}
</style>
background-color css
<style>
a { background-color: #37F029; }
a { background-color: rgb(55,240,41); }
div.DivClassName
{
background-color: #37F029;
}
.BgClassName
{
background-color: #37F029;
}
</style>
border-color css
<style>
span { border-color: #37F029; }
span { border-color: rgb(55,240,41); }
td.TdClassName
{
border-color: #37F029;
}
.TagClassName
{
border-color: #37F029;
}
</style>