Shades of Lime Green #50ED2D
Tints of Lime Green #50ED2D
RGB
CMYK
RGB Variations
Color information
#50ED2D (or 0x50ED2D) is known color: Lime Green. HEX triplet: 50, ED and 2D. RGB value is (80,237,45). Sum of RGB (Red+Green+Blue) = 80+237+45=362 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.10% from 362); Green value is 237 (92.97% from 255 or 65.47% from 362); Blue value is 45 (17.97% from 255 or 12.43% from 362); Max value from RGB is 237 - color contains mainly: green. Hex color #50ED2D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50ED2D is #AF12D2. Grayscale: #A8A8A8. Windows color (decimal): -11473619 or 3009872. OLE color: 3009872.
HSL color Cylindrical-coordinate representation of color #50ED2D: hue angle of 109.06º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #50ED2D is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 80 | 237 | 45 | - |
| CMYK | 0.66 | 0 | 0.81 | 0.07 |
| HSL | 109.06º | 0.84% | 0.55% | - |
| HSV(B) | 109.06º | 0.81% | 0.93% | - |
| XYZ | 34.07 | 62.46 | 12.74 | - |
| YUV | 168.17 | 58.49 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 237 | 45 | 0.66 | 0 | 0.81 | 0.07 | 109.06 | 0.84 | 0.55 |
| Hex | 50 | ED | 2D | 42 | 0 | 51 | 7 | 6D | 54 | 37 |
| Octal | 120 | 355 | 55 | 102 | 0 | 121 | 7 | 155 | 124 | 67 |
| Binary | 1010000 | 11101101 | 101101 | 1000010 | 0 | 1010001 | 111 | 1101101 | 1010100 | 110111 |
Color Harmonies of #50ED2D
Complementary color
Monochromatic Colors of #50ED2D
Black with #50ED2D
Text Example
Text Example
White with #50ED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50ED2D; }
p { color: rgb(80,237,45); }
H1.HeaderClassName
{
color: #50ED2D;
}
.AnyTagClassName
{
color: #50ED2D;
}
</style>
background-color css
<style>
a { background-color: #50ED2D; }
a { background-color: rgb(80,237,45); }
div.DivClassName
{
background-color: #50ED2D;
}
.BgClassName
{
background-color: #50ED2D;
}
</style>
border-color css
<style>
span { border-color: #50ED2D; }
span { border-color: rgb(80,237,45); }
td.TdClassName
{
border-color: #50ED2D;
}
.TagClassName
{
border-color: #50ED2D;
}
</style>