Html Css Color HEX #50D84A Lime Green

📋 copy color: '#50D84A'

red 80 ◦ green 216 ◦ blue 74

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

Shades of Lime Green #50D84A

Tints of Lime Green #50D84A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 58.38%

 BLUE value IS 74 (29.3% from 255) = 20%

R = 21.62%
G = 58.38%
B = 20%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#50D84A (or 0x50D84A) is known color: Lime Green. HEX triplet: 50, D8 and 4A. RGB value is (80,216,74). Sum of RGB (Red+Green+Blue) = 80+216+74=370 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.62% from 370); Green value is 216 (84.77% from 255 or 58.38% from 370); Blue value is 74 (29.30% from 255 or 20% from 370); Max value from RGB is 216 - color contains mainly: green. Hex color #50D84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D84A is #AF27B5. Grayscale: #9F9F9F. Windows color (decimal): -11478966 or 4905040. OLE color: 4905040.

HSL color Cylindrical-coordinate representation of color #50D84A: hue angle of 117.46º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #50D84A is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 80 216 74 -
CMYK 0.63 0 0.66 0.15
HSL 117.46º 0.65% 0.57% -
HSV(B) 117.46º 0.66% 0.85% -
XYZ 29.1 51.31 14.85 -
YUV 159.15 79.94 71.55 -
System Red Green Blue C M Y K H S L
Decimal 80 216 74 0.63 0 0.66 0.15 117.46 0.65 0.57
Hex 50 D8 4A 3F 0 42 F 75 41 39
Octal 120 330 112 77 0 102 17 165 101 71
Binary 1010000 11011000 1001010 111111 0 1000010 1111 1110101 1000001 111001

Color Harmonies of #50D84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D84A

Black with #50D84A

Text Example


Text Example

White with #50D84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,216,74); }

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

background-color css

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

 a { background-color: rgb(80,216,74); }

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

border-color css

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

 span { border-color: rgb(80,216,74); }

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