Shades of Lime Green #50CE37
Tints of Lime Green #50CE37
RGB
CMYK
RGB Variations
Color information
#50CE37 (or 0x50CE37) is known color: Lime Green. HEX triplet: 50, CE and 37. RGB value is (80,206,55). Sum of RGB (Red+Green+Blue) = 80+206+55=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 206 (80.86% from 255 or 60.41% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 206 - color contains mainly: green. Hex color #50CE37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CE37 is #AF31C8. Grayscale: #979797. Windows color (decimal): -11481545 or 3657296. OLE color: 3657296.
HSL color Cylindrical-coordinate representation of color #50CE37: hue angle of 110.07º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50CE37 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 206 | 55 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.19 |
| HSL | 110.07º | 0.61% | 0.51% | - |
| HSV(B) | 110.07º | 0.73% | 0.81% | - |
| XYZ | 26.07 | 46.12 | 11.14 | - |
| YUV | 151.11 | 73.76 | 77.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 206 | 55 | 0.61 | 0 | 0.73 | 0.19 | 110.07 | 0.61 | 0.51 |
| Hex | 50 | CE | 37 | 3D | 0 | 49 | 13 | 6E | 3D | 33 |
| Octal | 120 | 316 | 67 | 75 | 0 | 111 | 23 | 156 | 75 | 63 |
| Binary | 1010000 | 11001110 | 110111 | 111101 | 0 | 1001001 | 10011 | 1101110 | 111101 | 110011 |
Color Harmonies of #50CE37
Complementary color
Monochromatic Colors of #50CE37
Black with #50CE37
Text Example
Text Example
White with #50CE37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CE37; }
p { color: rgb(80,206,55); }
H1.HeaderClassName
{
color: #50CE37;
}
.AnyTagClassName
{
color: #50CE37;
}
</style>
background-color css
<style>
a { background-color: #50CE37; }
a { background-color: rgb(80,206,55); }
div.DivClassName
{
background-color: #50CE37;
}
.BgClassName
{
background-color: #50CE37;
}
</style>
border-color css
<style>
span { border-color: #50CE37; }
span { border-color: rgb(80,206,55); }
td.TdClassName
{
border-color: #50CE37;
}
.TagClassName
{
border-color: #50CE37;
}
</style>