Shades of Lime Green #37F427
Tints of Lime Green #37F427
RGB
CMYK
RGB Variations
Color information
#37F427 (or 0x37F427) is known color: Lime Green. HEX triplet: 37, F4 and 27. RGB value is (55,244,39). Sum of RGB (Red+Green+Blue) = 55+244+39=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 244 (95.70% from 255 or 72.19% from 338); Blue value is 39 (15.62% from 255 or 11.54% from 338); Max value from RGB is 244 - color contains mainly: green. Hex color #37F427 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F427 is #C80BD8. Grayscale: #A4A4A4. Windows color (decimal): -13110233 or 2618423. OLE color: 2618423.
HSL color Cylindrical-coordinate representation of color #37F427: hue angle of 115.32º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #37F427 is Cyan = 0.77, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 55 | 244 | 39 | - |
| CMYK | 0.77 | 0 | 0.84 | 0.04 |
| HSL | 115.32º | 0.9% | 0.55% | - |
| HSV(B) | 115.32º | 0.84% | 0.96% | - |
| XYZ | 34.29 | 65.66 | 12.79 | - |
| YUV | 164.12 | 57.38 | 50.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 244 | 39 | 0.77 | 0 | 0.84 | 0.04 | 115.32 | 0.9 | 0.55 |
| Hex | 37 | F4 | 27 | 4D | 0 | 54 | 4 | 73 | 5A | 37 |
| Octal | 67 | 364 | 47 | 115 | 0 | 124 | 4 | 163 | 132 | 67 |
| Binary | 110111 | 11110100 | 100111 | 1001101 | 0 | 1010100 | 100 | 1110011 | 1011010 | 110111 |
Color Harmonies of #37F427
Complementary color
Monochromatic Colors of #37F427
Black with #37F427
Text Example
Text Example
White with #37F427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F427; }
p { color: rgb(55,244,39); }
H1.HeaderClassName
{
color: #37F427;
}
.AnyTagClassName
{
color: #37F427;
}
</style>
background-color css
<style>
a { background-color: #37F427; }
a { background-color: rgb(55,244,39); }
div.DivClassName
{
background-color: #37F427;
}
.BgClassName
{
background-color: #37F427;
}
</style>
border-color css
<style>
span { border-color: #37F427; }
span { border-color: rgb(55,244,39); }
td.TdClassName
{
border-color: #37F427;
}
.TagClassName
{
border-color: #37F427;
}
</style>