Shades of Lime Green #50CA3B
Tints of Lime Green #50CA3B
RGB
CMYK
RGB Variations
Color information
#50CA3B (or 0x50CA3B) is known color: Lime Green. HEX triplet: 50, CA and 3B. RGB value is (80,202,59). Sum of RGB (Red+Green+Blue) = 80+202+59=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA3B is #AF35C4. Grayscale: #959595. Windows color (decimal): -11482565 or 3918416. OLE color: 3918416.
HSL color Cylindrical-coordinate representation of color #50CA3B: hue angle of 111.19º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #50CA3B is Cyan = 0.60, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 59 | - |
| CMYK | 0.60 | 0 | 0.71 | 0.21 |
| HSL | 111.19º | 0.57% | 0.51% | - |
| HSV(B) | 111.19º | 0.71% | 0.79% | - |
| XYZ | 25.22 | 44.26 | 11.35 | - |
| YUV | 149.22 | 77.08 | 78.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 59 | 0.60 | 0 | 0.71 | 0.21 | 111.19 | 0.57 | 0.51 |
| Hex | 50 | CA | 3B | 3C | 0 | 47 | 15 | 6F | 39 | 33 |
| Octal | 120 | 312 | 73 | 74 | 0 | 107 | 25 | 157 | 71 | 63 |
| Binary | 1010000 | 11001010 | 111011 | 111100 | 0 | 1000111 | 10101 | 1101111 | 111001 | 110011 |
Color Harmonies of #50CA3B
Complementary color
Monochromatic Colors of #50CA3B
Black with #50CA3B
Text Example
Text Example
White with #50CA3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA3B; }
p { color: rgb(80,202,59); }
H1.HeaderClassName
{
color: #50CA3B;
}
.AnyTagClassName
{
color: #50CA3B;
}
</style>
background-color css
<style>
a { background-color: #50CA3B; }
a { background-color: rgb(80,202,59); }
div.DivClassName
{
background-color: #50CA3B;
}
.BgClassName
{
background-color: #50CA3B;
}
</style>
border-color css
<style>
span { border-color: #50CA3B; }
span { border-color: rgb(80,202,59); }
td.TdClassName
{
border-color: #50CA3B;
}
.TagClassName
{
border-color: #50CA3B;
}
</style>