Shades of Lime Green #50CF40
Tints of Lime Green #50CF40
RGB
CMYK
RGB Variations
Color information
#50CF40 (or 0x50CF40) is known color: Lime Green. HEX triplet: 50, CF and 40. RGB value is (80,207,64). Sum of RGB (Red+Green+Blue) = 80+207+64=351 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.79% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF40 is #AF30BF. Grayscale: #999999. Windows color (decimal): -11481280 or 4247376. OLE color: 4247376.
HSL color Cylindrical-coordinate representation of color #50CF40: hue angle of 113.29º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50CF40 is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 64 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.19 |
| HSL | 113.29º | 0.6% | 0.53% | - |
| HSV(B) | 113.29º | 0.69% | 0.81% | - |
| XYZ | 26.55 | 46.7 | 12.47 | - |
| YUV | 152.73 | 77.92 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 64 | 0.61 | 0 | 0.69 | 0.19 | 113.29 | 0.6 | 0.53 |
| Hex | 50 | CF | 40 | 3D | 0 | 45 | 13 | 71 | 3C | 35 |
| Octal | 120 | 317 | 100 | 75 | 0 | 105 | 23 | 161 | 74 | 65 |
| Binary | 1010000 | 11001111 | 1000000 | 111101 | 0 | 1000101 | 10011 | 1110001 | 111100 | 110101 |
Color Harmonies of #50CF40
Complementary color
Monochromatic Colors of #50CF40
Black with #50CF40
Text Example
Text Example
White with #50CF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF40; }
p { color: rgb(80,207,64); }
H1.HeaderClassName
{
color: #50CF40;
}
.AnyTagClassName
{
color: #50CF40;
}
</style>
background-color css
<style>
a { background-color: #50CF40; }
a { background-color: rgb(80,207,64); }
div.DivClassName
{
background-color: #50CF40;
}
.BgClassName
{
background-color: #50CF40;
}
</style>
border-color css
<style>
span { border-color: #50CF40; }
span { border-color: rgb(80,207,64); }
td.TdClassName
{
border-color: #50CF40;
}
.TagClassName
{
border-color: #50CF40;
}
</style>