Shades of Lime Green #37F246
Tints of Lime Green #37F246
RGB
CMYK
RGB Variations
Color information
#37F246 (or 0x37F246) is known color: Lime Green. HEX triplet: 37, F2 and 46. RGB value is (55,242,70). Sum of RGB (Red+Green+Blue) = 55+242+70=367 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.99% from 367); Green value is 242 (94.92% from 255 or 65.94% from 367); Blue value is 70 (27.73% from 255 or 19.07% from 367); Max value from RGB is 242 - color contains mainly: green. Hex color #37F246 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F246 is #C80DB9. Grayscale: #A6A6A6. Windows color (decimal): -13110714 or 4649527. OLE color: 4649527.
HSL color Cylindrical-coordinate representation of color #37F246: hue angle of 124.81º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37F246 is Cyan = 0.77, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 242 | 70 | - |
| CMYK | 0.77 | 0 | 0.71 | 0.05 |
| HSL | 124.81º | 0.88% | 0.58% | - |
| HSV(B) | 124.81º | 0.77% | 0.95% | - |
| XYZ | 34.43 | 64.76 | 16.48 | - |
| YUV | 166.48 | 73.55 | 48.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 242 | 70 | 0.77 | 0 | 0.71 | 0.05 | 124.81 | 0.88 | 0.58 |
| Hex | 37 | F2 | 46 | 4D | 0 | 47 | 5 | 7D | 58 | 3A |
| Octal | 67 | 362 | 106 | 115 | 0 | 107 | 5 | 175 | 130 | 72 |
| Binary | 110111 | 11110010 | 1000110 | 1001101 | 0 | 1000111 | 101 | 1111101 | 1011000 | 111010 |
Color Harmonies of #37F246
Complementary color
Monochromatic Colors of #37F246
Black with #37F246
Text Example
Text Example
White with #37F246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F246; }
p { color: rgb(55,242,70); }
H1.HeaderClassName
{
color: #37F246;
}
.AnyTagClassName
{
color: #37F246;
}
</style>
background-color css
<style>
a { background-color: #37F246; }
a { background-color: rgb(55,242,70); }
div.DivClassName
{
background-color: #37F246;
}
.BgClassName
{
background-color: #37F246;
}
</style>
border-color css
<style>
span { border-color: #37F246; }
span { border-color: rgb(55,242,70); }
td.TdClassName
{
border-color: #37F246;
}
.TagClassName
{
border-color: #37F246;
}
</style>