Shades of Lime Green #37E353
Tints of Lime Green #37E353
RGB
CMYK
RGB Variations
Color information
#37E353 (or 0x37E353) is known color: Lime Green. HEX triplet: 37, E3 and 53. RGB value is (55,227,83). Sum of RGB (Red+Green+Blue) = 55+227+83=365 (48% of max value = 765). Red value is 55 (21.88% from 255 or 15.07% from 365); Green value is 227 (89.06% from 255 or 62.19% from 365); Blue value is 83 (32.81% from 255 or 22.74% from 365); Max value from RGB is 227 - color contains mainly: green. Hex color #37E353 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #37E353 is #C81CAC. Grayscale: #9F9F9F. Windows color (decimal): -13114541 or 5497655. OLE color: 5497655.
HSL color Cylindrical-coordinate representation of color #37E353: hue angle of 129.77º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E353 is Cyan = 0.76, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 83 | - |
| CMYK | 0.76 | 0 | 0.63 | 0.11 |
| HSL | 129.77º | 0.75% | 0.55% | - |
| HSV(B) | 129.77º | 0.76% | 0.89% | - |
| XYZ | 30.61 | 56.37 | 17.45 | - |
| YUV | 159.16 | 85.02 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 83 | 0.76 | 0 | 0.63 | 0.11 | 129.77 | 0.75 | 0.55 |
| Hex | 37 | E3 | 53 | 4C | 0 | 3F | B | 82 | 4B | 37 |
| Octal | 67 | 343 | 123 | 114 | 0 | 77 | 13 | 202 | 113 | 67 |
| Binary | 110111 | 11100011 | 1010011 | 1001100 | 0 | 111111 | 1011 | 10000010 | 1001011 | 110111 |
Color Harmonies of #37E353
Complementary color
Monochromatic Colors of #37E353
Black with #37E353
Text Example
Text Example
White with #37E353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E353; }
p { color: rgb(55,227,83); }
H1.HeaderClassName
{
color: #37E353;
}
.AnyTagClassName
{
color: #37E353;
}
</style>
background-color css
<style>
a { background-color: #37E353; }
a { background-color: rgb(55,227,83); }
div.DivClassName
{
background-color: #37E353;
}
.BgClassName
{
background-color: #37E353;
}
</style>
border-color css
<style>
span { border-color: #37E353; }
span { border-color: rgb(55,227,83); }
td.TdClassName
{
border-color: #37E353;
}
.TagClassName
{
border-color: #37E353;
}
</style>