Shades of Lime Green #50CF44
Tints of Lime Green #50CF44
RGB
CMYK
RGB Variations
Color information
#50CF44 (or 0x50CF44) is known color: Lime Green. HEX triplet: 50, CF and 44. RGB value is (80,207,68). Sum of RGB (Red+Green+Blue) = 80+207+68=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 207 (81.25% from 255 or 58.31% from 355); Blue value is 68 (26.95% from 255 or 19.15% from 355); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF44 is #AF30BB. Grayscale: #999999. Windows color (decimal): -11481276 or 4509520. OLE color: 4509520.
HSL color Cylindrical-coordinate representation of color #50CF44: hue angle of 114.82º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #50CF44 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 68 | - |
| CMYK | 0.61 | 0 | 0.67 | 0.19 |
| HSL | 114.82º | 0.59% | 0.54% | - |
| HSV(B) | 114.82º | 0.67% | 0.81% | - |
| XYZ | 26.66 | 46.75 | 13.09 | - |
| YUV | 153.18 | 79.92 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 68 | 0.61 | 0 | 0.67 | 0.19 | 114.82 | 0.59 | 0.54 |
| Hex | 50 | CF | 44 | 3D | 0 | 43 | 13 | 73 | 3B | 36 |
| Octal | 120 | 317 | 104 | 75 | 0 | 103 | 23 | 163 | 73 | 66 |
| Binary | 1010000 | 11001111 | 1000100 | 111101 | 0 | 1000011 | 10011 | 1110011 | 111011 | 110110 |
Color Harmonies of #50CF44
Complementary color
Monochromatic Colors of #50CF44
Black with #50CF44
Text Example
Text Example
White with #50CF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF44; }
p { color: rgb(80,207,68); }
H1.HeaderClassName
{
color: #50CF44;
}
.AnyTagClassName
{
color: #50CF44;
}
</style>
background-color css
<style>
a { background-color: #50CF44; }
a { background-color: rgb(80,207,68); }
div.DivClassName
{
background-color: #50CF44;
}
.BgClassName
{
background-color: #50CF44;
}
</style>
border-color css
<style>
span { border-color: #50CF44; }
span { border-color: rgb(80,207,68); }
td.TdClassName
{
border-color: #50CF44;
}
.TagClassName
{
border-color: #50CF44;
}
</style>