Shades of Lime Green #50F038
Tints of Lime Green #50F038
RGB
CMYK
RGB Variations
Color information
#50F038 (or 0x50F038) is known color: Lime Green. HEX triplet: 50, F0 and 38. RGB value is (80,240,56). Sum of RGB (Red+Green+Blue) = 80+240+56=376 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.28% from 376); Green value is 240 (94.14% from 255 or 63.83% from 376); Blue value is 56 (22.27% from 255 or 14.89% from 376); Max value from RGB is 240 - color contains mainly: green. Hex color #50F038 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F038 is #AF0FC7. Grayscale: #ABABAB. Windows color (decimal): -11472840 or 3731536. OLE color: 3731536.
HSL color Cylindrical-coordinate representation of color #50F038: hue angle of 112.17º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50F038 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 56 | - |
| CMYK | 0.67 | 0 | 0.77 | 0.06 |
| HSL | 112.17º | 0.86% | 0.58% | - |
| HSV(B) | 112.17º | 0.77% | 0.94% | - |
| XYZ | 35.18 | 64.31 | 14.3 | - |
| YUV | 171.18 | 62.99 | 62.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 56 | 0.67 | 0 | 0.77 | 0.06 | 112.17 | 0.86 | 0.58 |
| Hex | 50 | F0 | 38 | 43 | 0 | 4D | 6 | 70 | 56 | 3A |
| Octal | 120 | 360 | 70 | 103 | 0 | 115 | 6 | 160 | 126 | 72 |
| Binary | 1010000 | 11110000 | 111000 | 1000011 | 0 | 1001101 | 110 | 1110000 | 1010110 | 111010 |
Color Harmonies of #50F038
Complementary color
Monochromatic Colors of #50F038
Black with #50F038
Text Example
Text Example
White with #50F038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F038; }
p { color: rgb(80,240,56); }
H1.HeaderClassName
{
color: #50F038;
}
.AnyTagClassName
{
color: #50F038;
}
</style>
background-color css
<style>
a { background-color: #50F038; }
a { background-color: rgb(80,240,56); }
div.DivClassName
{
background-color: #50F038;
}
.BgClassName
{
background-color: #50F038;
}
</style>
border-color css
<style>
span { border-color: #50F038; }
span { border-color: rgb(80,240,56); }
td.TdClassName
{
border-color: #50F038;
}
.TagClassName
{
border-color: #50F038;
}
</style>