Html Css Color HEX #50D54A Lime Green

📋 copy color: '#50D54A'

red 80 ◦ green 213 ◦ blue 74

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

Shades of Lime Green #50D54A

Tints of Lime Green #50D54A

RGB

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

 GREEN value IS 213 (83.59% from 255) = 58.04%

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

R = 21.8%
G = 58.04%
B = 20.16%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#50D54A (or 0x50D54A) is known color: Lime Green. HEX triplet: 50, D5 and 4A. RGB value is (80,213,74). Sum of RGB (Red+Green+Blue) = 80+213+74=367 (48% of max value = 765). Red value is 80 (31.64% from 255 or 21.80% from 367); Green value is 213 (83.59% from 255 or 58.04% from 367); Blue value is 74 (29.30% from 255 or 20.16% from 367); Max value from RGB is 213 - color contains mainly: green. Hex color #50D54A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D54A is #AF2AB5. Grayscale: #9D9D9D. Windows color (decimal): -11479734 or 4904272. OLE color: 4904272.

HSL color Cylindrical-coordinate representation of color #50D54A: hue angle of 117.41º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #50D54A is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 213 74 -
CMYK 0.62 0 0.65 0.16
HSL 117.41º 0.62% 0.56% -
HSV(B) 117.41º 0.65% 0.84% -
XYZ 28.34 49.79 14.6 -
YUV 157.39 80.94 72.8 -
System Red Green Blue C M Y K H S L
Decimal 80 213 74 0.62 0 0.65 0.16 117.41 0.62 0.56
Hex 50 D5 4A 3E 0 41 10 75 3E 38
Octal 120 325 112 76 0 101 20 165 76 70
Binary 1010000 11010101 1001010 111110 0 1000001 10000 1110101 111110 111000

Color Harmonies of #50D54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D54A

Black with #50D54A

Text Example


Text Example

White with #50D54A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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