Shades of Lime Green #50CA34
Tints of Lime Green #50CA34
RGB
CMYK
RGB Variations
Color information
#50CA34 (or 0x50CA34) is known color: Lime Green. HEX triplet: 50, CA and 34. RGB value is (80,202,52). Sum of RGB (Red+Green+Blue) = 80+202+52=334 (44% of max value = 765). Red value is 80 (31.64% from 255 or 23.95% from 334); Green value is 202 (79.30% from 255 or 60.48% from 334); Blue value is 52 (20.70% from 255 or 15.57% from 334); Max value from RGB is 202 - color contains mainly: green. Hex color #50CA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CA34 is #AF35CB. Grayscale: #949494. Windows color (decimal): -11482572 or 3459664. OLE color: 3459664.
HSL color Cylindrical-coordinate representation of color #50CA34: hue angle of 108.8º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50CA34 is Cyan = 0.60, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 80 | 202 | 52 | - |
| CMYK | 0.60 | 0 | 0.74 | 0.21 |
| HSL | 108.8º | 0.59% | 0.5% | - |
| HSV(B) | 108.8º | 0.74% | 0.79% | - |
| XYZ | 25.05 | 44.19 | 10.46 | - |
| YUV | 148.42 | 73.58 | 79.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 202 | 52 | 0.60 | 0 | 0.74 | 0.21 | 108.8 | 0.59 | 0.5 |
| Hex | 50 | CA | 34 | 3C | 0 | 4A | 15 | 6D | 3B | 32 |
| Octal | 120 | 312 | 64 | 74 | 0 | 112 | 25 | 155 | 73 | 62 |
| Binary | 1010000 | 11001010 | 110100 | 111100 | 0 | 1001010 | 10101 | 1101101 | 111011 | 110010 |
Color Harmonies of #50CA34
Complementary color
Monochromatic Colors of #50CA34
Black with #50CA34
Text Example
Text Example
White with #50CA34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CA34; }
p { color: rgb(80,202,52); }
H1.HeaderClassName
{
color: #50CA34;
}
.AnyTagClassName
{
color: #50CA34;
}
</style>
background-color css
<style>
a { background-color: #50CA34; }
a { background-color: rgb(80,202,52); }
div.DivClassName
{
background-color: #50CA34;
}
.BgClassName
{
background-color: #50CA34;
}
</style>
border-color css
<style>
span { border-color: #50CA34; }
span { border-color: rgb(80,202,52); }
td.TdClassName
{
border-color: #50CA34;
}
.TagClassName
{
border-color: #50CA34;
}
</style>