Shades of Lime Green #50DA4B
Tints of Lime Green #50DA4B
RGB
CMYK
RGB Variations
Color information
#50DA4B (or 0x50DA4B) is known color: Lime Green. HEX triplet: 50, DA and 4B. RGB value is (80,218,75). Sum of RGB (Red+Green+Blue) = 80+218+75=373 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.45% from 373); Green value is 218 (85.55% from 255 or 58.45% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 218 - color contains mainly: green. Hex color #50DA4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DA4B is #AF25B4. Grayscale: #A0A0A0. Windows color (decimal): -11478453 or 4971088. OLE color: 4971088.
HSL color Cylindrical-coordinate representation of color #50DA4B: hue angle of 117.9º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50DA4B is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 218 | 75 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.15 |
| HSL | 117.9º | 0.66% | 0.57% | - |
| HSV(B) | 117.9º | 0.66% | 0.85% | - |
| XYZ | 29.65 | 52.36 | 15.2 | - |
| YUV | 160.44 | 79.78 | 70.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 218 | 75 | 0.63 | 0 | 0.66 | 0.15 | 117.9 | 0.66 | 0.57 |
| Hex | 50 | DA | 4B | 3F | 0 | 42 | F | 76 | 42 | 39 |
| Octal | 120 | 332 | 113 | 77 | 0 | 102 | 17 | 166 | 102 | 71 |
| Binary | 1010000 | 11011010 | 1001011 | 111111 | 0 | 1000010 | 1111 | 1110110 | 1000010 | 111001 |
Color Harmonies of #50DA4B
Complementary color
Monochromatic Colors of #50DA4B
Black with #50DA4B
Text Example
Text Example
White with #50DA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50DA4B; }
p { color: rgb(80,218,75); }
H1.HeaderClassName
{
color: #50DA4B;
}
.AnyTagClassName
{
color: #50DA4B;
}
</style>
background-color css
<style>
a { background-color: #50DA4B; }
a { background-color: rgb(80,218,75); }
div.DivClassName
{
background-color: #50DA4B;
}
.BgClassName
{
background-color: #50DA4B;
}
</style>
border-color css
<style>
span { border-color: #50DA4B; }
span { border-color: rgb(80,218,75); }
td.TdClassName
{
border-color: #50DA4B;
}
.TagClassName
{
border-color: #50DA4B;
}
</style>