Shades of Lime Green #50D234
Tints of Lime Green #50D234
RGB
CMYK
RGB Variations
Color information
#50D234 (or 0x50D234) is known color: Lime Green. HEX triplet: 50, D2 and 34. RGB value is (80,210,52). Sum of RGB (Red+Green+Blue) = 80+210+52=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 52 (20.70% from 255 or 15.20% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #50D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D234 is #AF2DCB. Grayscale: #999999. Windows color (decimal): -11480524 or 3461712. OLE color: 3461712.
HSL color Cylindrical-coordinate representation of color #50D234: hue angle of 109.37º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D234 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 210 | 52 | - |
| CMYK | 0.62 | 0 | 0.75 | 0.18 |
| HSL | 109.37º | 0.64% | 0.51% | - |
| HSV(B) | 109.37º | 0.75% | 0.82% | - |
| XYZ | 26.97 | 48.05 | 11.1 | - |
| YUV | 153.12 | 70.93 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 210 | 52 | 0.62 | 0 | 0.75 | 0.18 | 109.37 | 0.64 | 0.51 |
| Hex | 50 | D2 | 34 | 3E | 0 | 4B | 12 | 6D | 40 | 33 |
| Octal | 120 | 322 | 64 | 76 | 0 | 113 | 22 | 155 | 100 | 63 |
| Binary | 1010000 | 11010010 | 110100 | 111110 | 0 | 1001011 | 10010 | 1101101 | 1000000 | 110011 |
Color Harmonies of #50D234
Complementary color
Monochromatic Colors of #50D234
Black with #50D234
Text Example
Text Example
White with #50D234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50D234; }
p { color: rgb(80,210,52); }
H1.HeaderClassName
{
color: #50D234;
}
.AnyTagClassName
{
color: #50D234;
}
</style>
background-color css
<style>
a { background-color: #50D234; }
a { background-color: rgb(80,210,52); }
div.DivClassName
{
background-color: #50D234;
}
.BgClassName
{
background-color: #50D234;
}
</style>
border-color css
<style>
span { border-color: #50D234; }
span { border-color: rgb(80,210,52); }
td.TdClassName
{
border-color: #50D234;
}
.TagClassName
{
border-color: #50D234;
}
</style>