Shades of Lime Green #37E950
Tints of Lime Green #37E950
RGB
CMYK
RGB Variations
Color information
#37E950 (or 0x37E950) is known color: Lime Green. HEX triplet: 37, E9 and 50. RGB value is (55,233,80). Sum of RGB (Red+Green+Blue) = 55+233+80=368 (48% of max value = 765). Red value is 55 (21.88% from 255 or 14.95% from 368); Green value is 233 (91.41% from 255 or 63.32% from 368); Blue value is 80 (31.64% from 255 or 21.74% from 368); Max value from RGB is 233 - color contains mainly: green. Hex color #37E950 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #37E950 is #C816AF. Grayscale: #A2A2A2. Windows color (decimal): -13113008 or 5302583. OLE color: 5302583.
HSL color Cylindrical-coordinate representation of color #37E950: hue angle of 128.43º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E950 is Cyan = 0.76, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 55 | 233 | 80 | - |
| CMYK | 0.76 | 0 | 0.66 | 0.09 |
| HSL | 128.43º | 0.8% | 0.56% | - |
| HSV(B) | 128.43º | 0.76% | 0.91% | - |
| XYZ | 32.16 | 59.67 | 17.41 | - |
| YUV | 162.34 | 81.53 | 51.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 233 | 80 | 0.76 | 0 | 0.66 | 0.09 | 128.43 | 0.8 | 0.56 |
| Hex | 37 | E9 | 50 | 4C | 0 | 42 | 9 | 80 | 50 | 38 |
| Octal | 67 | 351 | 120 | 114 | 0 | 102 | 11 | 200 | 120 | 70 |
| Binary | 110111 | 11101001 | 1010000 | 1001100 | 0 | 1000010 | 1001 | 10000000 | 1010000 | 111000 |
Color Harmonies of #37E950
Complementary color
Monochromatic Colors of #37E950
Black with #37E950
Text Example
Text Example
White with #37E950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37E950; }
p { color: rgb(55,233,80); }
H1.HeaderClassName
{
color: #37E950;
}
.AnyTagClassName
{
color: #37E950;
}
</style>
background-color css
<style>
a { background-color: #37E950; }
a { background-color: rgb(55,233,80); }
div.DivClassName
{
background-color: #37E950;
}
.BgClassName
{
background-color: #37E950;
}
</style>
border-color css
<style>
span { border-color: #37E950; }
span { border-color: rgb(55,233,80); }
td.TdClassName
{
border-color: #37E950;
}
.TagClassName
{
border-color: #37E950;
}
</style>