Shades of Lime Green #50DA32
Tints of Lime Green #50DA32
RGB
CMYK
RGB Variations
Color information
#50DA32 (or 0x50DA32) is known color: Lime Green. HEX triplet: 50, DA and 32. RGB value is (80,218,50). Sum of RGB (Red+Green+Blue) = 80+218+50=348 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.99% from 348); Green value is 218 (85.55% from 255 or 62.64% from 348); Blue value is 50 (19.92% from 255 or 14.37% from 348); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA32 is #AF25CD. Grayscale: #9E9E9E. Windows color (decimal): -11478478 or 3332688. OLE color: 3332688.
HSL color Cylindrical-coordinate representation of color #50DA32: hue angle of 109.29º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50DA32 is Cyan = 0.63, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 50 | - |
| CMYK | 0.63 | 0 | 0.77 | 0.15 |
| HSL | 109.29º | 0.69% | 0.53% | - |
| HSV(B) | 109.29º | 0.77% | 0.85% | - |
| XYZ | 28.96 | 52.08 | 11.54 | - |
| YUV | 157.59 | 67.28 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 50 | 0.63 | 0 | 0.77 | 0.15 | 109.29 | 0.69 | 0.53 |
| Hex | 50 | DA | 32 | 3F | 0 | 4D | F | 6D | 45 | 35 |
| Octal | 120 | 332 | 62 | 77 | 0 | 115 | 17 | 155 | 105 | 65 |
| Binary | 1010000 | 11011010 | 110010 | 111111 | 0 | 1001101 | 1111 | 1101101 | 1000101 | 110101 |
Color Harmonies of #50DA32
Complementary color
Monochromatic Colors of #50DA32
Black with #50DA32
Text Example
Text Example
White with #50DA32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA32; }
p { color: rgb(80,218,50); }
H1.HeaderClassName
{
color: #50DA32;
}
.AnyTagClassName
{
color: #50DA32;
}
</style>
background-color css
<style>
a { background-color: #50DA32; }
a { background-color: rgb(80,218,50); }
div.DivClassName
{
background-color: #50DA32;
}
.BgClassName
{
background-color: #50DA32;
}
</style>
border-color css
<style>
span { border-color: #50DA32; }
span { border-color: rgb(80,218,50); }
td.TdClassName
{
border-color: #50DA32;
}
.TagClassName
{
border-color: #50DA32;
}
</style>