Shades of Lime Green #50CA44
Tints of Lime Green #50CA44
RGB
CMYK
RGB Variations
Color information
#50CA44 (or 0x50CA44) is known color: Lime Green. HEX triplet: 50, CA and 44. RGB value is (80,202,68). Sum of RGB (Red+Green+Blue) = 80+202+68=350 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.86% from 350); Green value is 202 (79.30% from 255 or 57.71% from 350); Blue value is 68 (26.95% from 255 or 19.43% from 350); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA44 is #AF35BB. Grayscale: #969696. Windows color (decimal): -11482556 or 4508240. OLE color: 4508240.
HSL color Cylindrical-coordinate representation of color #50CA44: hue angle of 114.63º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50CA44 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 68 | - |
| CMYK | 0.60 | 0 | 0.66 | 0.21 |
| HSL | 114.63º | 0.56% | 0.53% | - |
| HSV(B) | 114.63º | 0.66% | 0.79% | - |
| XYZ | 25.47 | 44.36 | 12.69 | - |
| YUV | 150.25 | 81.58 | 77.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 68 | 0.60 | 0 | 0.66 | 0.21 | 114.63 | 0.56 | 0.53 |
| Hex | 50 | CA | 44 | 3C | 0 | 42 | 15 | 73 | 38 | 35 |
| Octal | 120 | 312 | 104 | 74 | 0 | 102 | 25 | 163 | 70 | 65 |
| Binary | 1010000 | 11001010 | 1000100 | 111100 | 0 | 1000010 | 10101 | 1110011 | 111000 | 110101 |
Color Harmonies of #50CA44
Complementary color
Monochromatic Colors of #50CA44
Black with #50CA44
Text Example
Text Example
White with #50CA44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA44; }
p { color: rgb(80,202,68); }
H1.HeaderClassName
{
color: #50CA44;
}
.AnyTagClassName
{
color: #50CA44;
}
</style>
background-color css
<style>
a { background-color: #50CA44; }
a { background-color: rgb(80,202,68); }
div.DivClassName
{
background-color: #50CA44;
}
.BgClassName
{
background-color: #50CA44;
}
</style>
border-color css
<style>
span { border-color: #50CA44; }
span { border-color: rgb(80,202,68); }
td.TdClassName
{
border-color: #50CA44;
}
.TagClassName
{
border-color: #50CA44;
}
</style>