Shades of Lime Green #50CA40
Tints of Lime Green #50CA40
RGB
CMYK
RGB Variations
Color information
#50CA40 (or 0x50CA40) is known color: Lime Green. HEX triplet: 50, CA and 40. RGB value is (80,202,64). Sum of RGB (Red+Green+Blue) = 80+202+64=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 202 (79.30% from 255 or 58.38% from 346); Blue value is 64 (25.39% from 255 or 18.50% from 346); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA40 is #AF35BF. Grayscale: #969696. Windows color (decimal): -11482560 or 4246096. OLE color: 4246096.
HSL color Cylindrical-coordinate representation of color #50CA40: hue angle of 113.04º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #50CA40 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 64 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.21 |
| HSL | 113.04º | 0.57% | 0.52% | - |
| HSV(B) | 113.04º | 0.68% | 0.79% | - |
| XYZ | 25.35 | 44.32 | 12.07 | - |
| YUV | 149.79 | 79.58 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 64 | 0.60 | 0 | 0.68 | 0.21 | 113.04 | 0.57 | 0.52 |
| Hex | 50 | CA | 40 | 3C | 0 | 44 | 15 | 71 | 39 | 34 |
| Octal | 120 | 312 | 100 | 74 | 0 | 104 | 25 | 161 | 71 | 64 |
| Binary | 1010000 | 11001010 | 1000000 | 111100 | 0 | 1000100 | 10101 | 1110001 | 111001 | 110100 |
Color Harmonies of #50CA40
Complementary color
Monochromatic Colors of #50CA40
Black with #50CA40
Text Example
Text Example
White with #50CA40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA40; }
p { color: rgb(80,202,64); }
H1.HeaderClassName
{
color: #50CA40;
}
.AnyTagClassName
{
color: #50CA40;
}
</style>
background-color css
<style>
a { background-color: #50CA40; }
a { background-color: rgb(80,202,64); }
div.DivClassName
{
background-color: #50CA40;
}
.BgClassName
{
background-color: #50CA40;
}
</style>
border-color css
<style>
span { border-color: #50CA40; }
span { border-color: rgb(80,202,64); }
td.TdClassName
{
border-color: #50CA40;
}
.TagClassName
{
border-color: #50CA40;
}
</style>