Shades of Lime Green #50F032
Tints of Lime Green #50F032
RGB
CMYK
RGB Variations
Color information
#50F032 (or 0x50F032) is known color: Lime Green. HEX triplet: 50, F0 and 32. RGB value is (80,240,50). Sum of RGB (Red+Green+Blue) = 80+240+50=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 240 (94.14% from 255 or 64.86% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 240 - color contains mainly: green. Hex color #50F032 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F032 is #AF0FCD. Grayscale: #ABABAB. Windows color (decimal): -11472846 or 3338320. OLE color: 3338320.
HSL color Cylindrical-coordinate representation of color #50F032: hue angle of 110.53º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #50F032 is Cyan = 0.67, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 80 | 240 | 50 | - |
| CMYK | 0.67 | 0 | 0.79 | 0.06 |
| HSL | 110.53º | 0.86% | 0.57% | - |
| HSV(B) | 110.53º | 0.79% | 0.94% | - |
| XYZ | 35.04 | 64.26 | 13.57 | - |
| YUV | 170.5 | 59.99 | 63.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 240 | 50 | 0.67 | 0 | 0.79 | 0.06 | 110.53 | 0.86 | 0.57 |
| Hex | 50 | F0 | 32 | 43 | 0 | 4F | 6 | 6F | 56 | 39 |
| Octal | 120 | 360 | 62 | 103 | 0 | 117 | 6 | 157 | 126 | 71 |
| Binary | 1010000 | 11110000 | 110010 | 1000011 | 0 | 1001111 | 110 | 1101111 | 1010110 | 111001 |
Color Harmonies of #50F032
Complementary color
Monochromatic Colors of #50F032
Black with #50F032
Text Example
Text Example
White with #50F032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50F032; }
p { color: rgb(80,240,50); }
H1.HeaderClassName
{
color: #50F032;
}
.AnyTagClassName
{
color: #50F032;
}
</style>
background-color css
<style>
a { background-color: #50F032; }
a { background-color: rgb(80,240,50); }
div.DivClassName
{
background-color: #50F032;
}
.BgClassName
{
background-color: #50F032;
}
</style>
border-color css
<style>
span { border-color: #50F032; }
span { border-color: rgb(80,240,50); }
td.TdClassName
{
border-color: #50F032;
}
.TagClassName
{
border-color: #50F032;
}
</style>