Shades of Lime Green #50CF37
Tints of Lime Green #50CF37
RGB
CMYK
RGB Variations
Color information
#50CF37 (or 0x50CF37) is known color: Lime Green. HEX triplet: 50, CF and 37. RGB value is (80,207,55). Sum of RGB (Red+Green+Blue) = 80+207+55=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 207 (81.25% from 255 or 60.53% from 342); Blue value is 55 (21.88% from 255 or 16.08% from 342); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF37 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF37 is #AF30C8. Grayscale: #989898. Windows color (decimal): -11481289 or 3657552. OLE color: 3657552.
HSL color Cylindrical-coordinate representation of color #50CF37: hue angle of 110.13º 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 #50CF37 is Cyan = 0.61, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 55 | - |
| CMYK | 0.61 | 0 | 0.73 | 0.19 |
| HSL | 110.13º | 0.61% | 0.51% | - |
| HSV(B) | 110.13º | 0.73% | 0.81% | - |
| XYZ | 26.31 | 46.61 | 11.22 | - |
| YUV | 151.7 | 73.42 | 76.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 55 | 0.61 | 0 | 0.73 | 0.19 | 110.13 | 0.61 | 0.51 |
| Hex | 50 | CF | 37 | 3D | 0 | 49 | 13 | 6E | 3D | 33 |
| Octal | 120 | 317 | 67 | 75 | 0 | 111 | 23 | 156 | 75 | 63 |
| Binary | 1010000 | 11001111 | 110111 | 111101 | 0 | 1001001 | 10011 | 1101110 | 111101 | 110011 |
Color Harmonies of #50CF37
Complementary color
Monochromatic Colors of #50CF37
Black with #50CF37
Text Example
Text Example
White with #50CF37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF37; }
p { color: rgb(80,207,55); }
H1.HeaderClassName
{
color: #50CF37;
}
.AnyTagClassName
{
color: #50CF37;
}
</style>
background-color css
<style>
a { background-color: #50CF37; }
a { background-color: rgb(80,207,55); }
div.DivClassName
{
background-color: #50CF37;
}
.BgClassName
{
background-color: #50CF37;
}
</style>
border-color css
<style>
span { border-color: #50CF37; }
span { border-color: rgb(80,207,55); }
td.TdClassName
{
border-color: #50CF37;
}
.TagClassName
{
border-color: #50CF37;
}
</style>