Html Css Color HEX #50DD4E Lime Green

📋 copy color: '#50DD4E'

red 80 ◦ green 221 ◦ blue 78

#50DD4E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lime Green #50DD4E

Tints of Lime Green #50DD4E

RGB

 RED value IS 80 (31.64% from 255) = 21.11%

 GREEN value IS 221 (86.72% from 255) = 58.31%

 BLUE value IS 78 (30.86% from 255) = 20.58%

R = 21.11%
G = 58.31%
B = 20.58%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#50DD4E (or 0x50DD4E) is known color: Lime Green. HEX triplet: 50, DD and 4E. RGB value is (80,221,78). Sum of RGB (Red+Green+Blue) = 80+221+78=379 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.11% from 379); Green value is 221 (86.72% from 255 or 58.31% from 379); Blue value is 78 (30.86% from 255 or 20.58% from 379); Max value from RGB is 221 - color contains mainly: green. Hex color #50DD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #50DD4E is #AF22B1. Grayscale: #A2A2A2. Windows color (decimal): -11477682 or 5168464. OLE color: 5168464.

HSL color Cylindrical-coordinate representation of color #50DD4E: hue angle of 119.16º degrees, saturation: 0.68, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50DD4E is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB 80 221 78 -
CMYK 0.64 0 0.65 0.13
HSL 119.16º 0.68% 0.59% -
HSV(B) 119.16º 0.65% 0.87% -
XYZ 30.54 53.97 16.02 -
YUV 162.54 80.29 69.13 -
System Red Green Blue C M Y K H S L
Decimal 80 221 78 0.64 0 0.65 0.13 119.16 0.68 0.59
Hex 50 DD 4E 40 0 41 D 77 44 3B
Octal 120 335 116 100 0 101 15 167 104 73
Binary 1010000 11011101 1001110 1000000 0 1000001 1101 1110111 1000100 111011

Color Harmonies of #50DD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DD4E

Black with #50DD4E

Text Example


Text Example

White with #50DD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50DD4E; }

 p { color: rgb(80,221,78); }

 H1.HeaderClassName
 {
   color: #50DD4E;
 }
 .AnyTagClassName
 {
   color: #50DD4E;
 }
</style>

background-color css

<style>
 a { background-color: #50DD4E; }

 a { background-color: rgb(80,221,78); }

 div.DivClassName
 {
   background-color: #50DD4E;
 }
 .BgClassName
 {
   background-color: #50DD4E;
 }
</style>

border-color css

<style>
 span { border-color: #50DD4E; }

 span { border-color: rgb(80,221,78); }

 td.TdClassName
 {
   border-color: #50DD4E;
 }
 .TagClassName
 {
   border-color: #50DD4E;
 }
</style>