Shades of Lime Green #50DB50
Tints of Lime Green #50DB50
RGB
CMYK
RGB Variations
Color information
#50DB50 (or 0x50DB50) is known color: Lime Green. HEX triplet: 50, DB and 50. RGB value is (80,219,80). Sum of RGB (Red+Green+Blue) = 80+219+80=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 219 (85.94% from 255 or 57.78% from 379); Blue value is 80 (31.64% from 255 or 21.11% from 379); Max value from RGB is 219 - color contains mainly: green. Hex color #50DB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DB50 is #AF24AF. Grayscale: #A2A2A2. Windows color (decimal): -11478192 or 5299024. OLE color: 5299024.
HSL color Cylindrical-coordinate representation of color #50DB50: hue angle of 120º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #50DB50 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 80 | 219 | 80 | - |
| CMYK | 0.63 | 0 | 0.63 | 0.14 |
| HSL | 120º | 0.66% | 0.59% | - |
| HSV(B) | 120º | 0.63% | 0.86% | - |
| XYZ | 30.09 | 52.95 | 16.22 | - |
| YUV | 161.59 | 81.95 | 69.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 219 | 80 | 0.63 | 0 | 0.63 | 0.14 | 120 | 0.66 | 0.59 |
| Hex | 50 | DB | 50 | 3F | 0 | 3F | E | 78 | 42 | 3B |
| Octal | 120 | 333 | 120 | 77 | 0 | 77 | 16 | 170 | 102 | 73 |
| Binary | 1010000 | 11011011 | 1010000 | 111111 | 0 | 111111 | 1110 | 1111000 | 1000010 | 111011 |
Color Harmonies of #50DB50
Complementary color
Monochromatic Colors of #50DB50
Black with #50DB50
Text Example
Text Example
White with #50DB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DB50; }
p { color: rgb(80,219,80); }
H1.HeaderClassName
{
color: #50DB50;
}
.AnyTagClassName
{
color: #50DB50;
}
</style>
background-color css
<style>
a { background-color: #50DB50; }
a { background-color: rgb(80,219,80); }
div.DivClassName
{
background-color: #50DB50;
}
.BgClassName
{
background-color: #50DB50;
}
</style>
border-color css
<style>
span { border-color: #50DB50; }
span { border-color: rgb(80,219,80); }
td.TdClassName
{
border-color: #50DB50;
}
.TagClassName
{
border-color: #50DB50;
}
</style>