Shades of Lime Green #37F348
Tints of Lime Green #37F348
RGB
CMYK
RGB Variations
Color information
#37F348 (or 0x37F348) is known color: Lime Green. HEX triplet: 37, F3 and 48. RGB value is (55,243,72). Sum of RGB (Red+Green+Blue) = 55+243+72=370 (49% of max value = 765). Red value is 55 (21.88% from 255 or 14.86% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #37F348 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #37F348 is #C80CB7. Grayscale: #A7A7A7. Windows color (decimal): -13110456 or 4780855. OLE color: 4780855.
HSL color Cylindrical-coordinate representation of color #37F348: hue angle of 125.43º degrees, saturation: 0.89, 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 #37F348 is Cyan = 0.77, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 55 | 243 | 72 | - |
| CMYK | 0.77 | 0 | 0.70 | 0.05 |
| HSL | 125.43º | 0.89% | 0.58% | - |
| HSV(B) | 125.43º | 0.77% | 0.95% | - |
| XYZ | 34.8 | 65.38 | 16.92 | - |
| YUV | 167.29 | 74.22 | 47.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 243 | 72 | 0.77 | 0 | 0.70 | 0.05 | 125.43 | 0.89 | 0.58 |
| Hex | 37 | F3 | 48 | 4D | 0 | 46 | 5 | 7D | 59 | 3A |
| Octal | 67 | 363 | 110 | 115 | 0 | 106 | 5 | 175 | 131 | 72 |
| Binary | 110111 | 11110011 | 1001000 | 1001101 | 0 | 1000110 | 101 | 1111101 | 1011001 | 111010 |
Color Harmonies of #37F348
Complementary color
Monochromatic Colors of #37F348
Black with #37F348
Text Example
Text Example
White with #37F348
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37F348; }
p { color: rgb(55,243,72); }
H1.HeaderClassName
{
color: #37F348;
}
.AnyTagClassName
{
color: #37F348;
}
</style>
background-color css
<style>
a { background-color: #37F348; }
a { background-color: rgb(55,243,72); }
div.DivClassName
{
background-color: #37F348;
}
.BgClassName
{
background-color: #37F348;
}
</style>
border-color css
<style>
span { border-color: #37F348; }
span { border-color: rgb(55,243,72); }
td.TdClassName
{
border-color: #37F348;
}
.TagClassName
{
border-color: #37F348;
}
</style>