Shades of Lime Green #50CF36
Tints of Lime Green #50CF36
RGB
CMYK
RGB Variations
Color information
#50CF36 (or 0x50CF36) is known color: Lime Green. HEX triplet: 50, CF and 36. RGB value is (80,207,54). Sum of RGB (Red+Green+Blue) = 80+207+54=341 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.46% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 54 (21.48% from 255 or 15.84% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #50CF36 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50CF36 is #AF30C9. Grayscale: #989898. Windows color (decimal): -11481290 or 3592016. OLE color: 3592016.
HSL color Cylindrical-coordinate representation of color #50CF36: hue angle of 109.8º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50CF36 is Cyan = 0.61, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 80 | 207 | 54 | - |
| CMYK | 0.61 | 0 | 0.74 | 0.19 |
| HSL | 109.8º | 0.61% | 0.51% | - |
| HSV(B) | 109.8º | 0.74% | 0.81% | - |
| XYZ | 26.29 | 46.6 | 11.1 | - |
| YUV | 151.59 | 72.92 | 76.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 207 | 54 | 0.61 | 0 | 0.74 | 0.19 | 109.8 | 0.61 | 0.51 |
| Hex | 50 | CF | 36 | 3D | 0 | 4A | 13 | 6E | 3D | 33 |
| Octal | 120 | 317 | 66 | 75 | 0 | 112 | 23 | 156 | 75 | 63 |
| Binary | 1010000 | 11001111 | 110110 | 111101 | 0 | 1001010 | 10011 | 1101110 | 111101 | 110011 |
Color Harmonies of #50CF36
Complementary color
Monochromatic Colors of #50CF36
Black with #50CF36
Text Example
Text Example
White with #50CF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CF36; }
p { color: rgb(80,207,54); }
H1.HeaderClassName
{
color: #50CF36;
}
.AnyTagClassName
{
color: #50CF36;
}
</style>
background-color css
<style>
a { background-color: #50CF36; }
a { background-color: rgb(80,207,54); }
div.DivClassName
{
background-color: #50CF36;
}
.BgClassName
{
background-color: #50CF36;
}
</style>
border-color css
<style>
span { border-color: #50CF36; }
span { border-color: rgb(80,207,54); }
td.TdClassName
{
border-color: #50CF36;
}
.TagClassName
{
border-color: #50CF36;
}
</style>