Shades of Lime Green #37E345
Tints of Lime Green #37E345
RGB
CMYK
RGB Variations
Color information
#37E345 (or 0x37E345) is known color: Lime Green. HEX triplet: 37, E3 and 45. RGB value is (55,227,69). Sum of RGB (Red+Green+Blue) = 55+227+69=351 (46% of max value = 765). Red value is 55 (21.88% from 255 or 15.67% from 351); Green value is 227 (89.06% from 255 or 64.67% from 351); Blue value is 69 (27.34% from 255 or 19.66% from 351); Max value from RGB is 227 - color contains mainly: green. Hex color #37E345 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #37E345 is #C81CBA. Grayscale: #9E9E9E. Windows color (decimal): -13114555 or 4580151. OLE color: 4580151.
HSL color Cylindrical-coordinate representation of color #37E345: hue angle of 124.88º 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 #37E345 is Cyan = 0.76, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 55 | 227 | 69 | - |
| CMYK | 0.76 | 0 | 0.70 | 0.11 |
| HSL | 124.88º | 0.75% | 0.55% | - |
| HSV(B) | 124.88º | 0.76% | 0.89% | - |
| XYZ | 30.12 | 56.18 | 14.89 | - |
| YUV | 157.56 | 78.02 | 54.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 227 | 69 | 0.76 | 0 | 0.70 | 0.11 | 124.88 | 0.75 | 0.55 |
| Hex | 37 | E3 | 45 | 4C | 0 | 46 | B | 7D | 4B | 37 |
| Octal | 67 | 343 | 105 | 114 | 0 | 106 | 13 | 175 | 113 | 67 |
| Binary | 110111 | 11100011 | 1000101 | 1001100 | 0 | 1000110 | 1011 | 1111101 | 1001011 | 110111 |
Color Harmonies of #37E345
Complementary color
Monochromatic Colors of #37E345
Black with #37E345
Text Example
Text Example
White with #37E345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E345; }
p { color: rgb(55,227,69); }
H1.HeaderClassName
{
color: #37E345;
}
.AnyTagClassName
{
color: #37E345;
}
</style>
background-color css
<style>
a { background-color: #37E345; }
a { background-color: rgb(55,227,69); }
div.DivClassName
{
background-color: #37E345;
}
.BgClassName
{
background-color: #37E345;
}
</style>
border-color css
<style>
span { border-color: #37E345; }
span { border-color: rgb(55,227,69); }
td.TdClassName
{
border-color: #37E345;
}
.TagClassName
{
border-color: #37E345;
}
</style>