Shades of Lime Green #50CA38
Tints of Lime Green #50CA38
RGB
CMYK
RGB Variations
Color information
#50CA38 (or 0x50CA38) is known color: Lime Green. HEX triplet: 50, CA and 38. RGB value is (80,202,56). Sum of RGB (Red+Green+Blue) = 80+202+56=338 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.67% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 56 (22.27% from 255 or 16.57% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA38 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA38 is #AF35C7. Grayscale: #959595. Windows color (decimal): -11482568 or 3721808. OLE color: 3721808.
HSL color Cylindrical-coordinate representation of color #50CA38: hue angle of 110.14º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50CA38 is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 56 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.21 |
| HSL | 110.14º | 0.58% | 0.51% | - |
| HSV(B) | 110.14º | 0.72% | 0.79% | - |
| XYZ | 25.14 | 44.23 | 10.95 | - |
| YUV | 148.88 | 75.58 | 78.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 56 | 0.60 | 0 | 0.72 | 0.21 | 110.14 | 0.58 | 0.51 |
| Hex | 50 | CA | 38 | 3C | 0 | 48 | 15 | 6E | 3A | 33 |
| Octal | 120 | 312 | 70 | 74 | 0 | 110 | 25 | 156 | 72 | 63 |
| Binary | 1010000 | 11001010 | 111000 | 111100 | 0 | 1001000 | 10101 | 1101110 | 111010 | 110011 |
Color Harmonies of #50CA38
Complementary color
Monochromatic Colors of #50CA38
Black with #50CA38
Text Example
Text Example
White with #50CA38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA38; }
p { color: rgb(80,202,56); }
H1.HeaderClassName
{
color: #50CA38;
}
.AnyTagClassName
{
color: #50CA38;
}
</style>
background-color css
<style>
a { background-color: #50CA38; }
a { background-color: rgb(80,202,56); }
div.DivClassName
{
background-color: #50CA38;
}
.BgClassName
{
background-color: #50CA38;
}
</style>
border-color css
<style>
span { border-color: #50CA38; }
span { border-color: rgb(80,202,56); }
td.TdClassName
{
border-color: #50CA38;
}
.TagClassName
{
border-color: #50CA38;
}
</style>