Html Css Color HEX #50E346 Lime Green

📋 copy color: '#50E346'

red 80 ◦ green 227 ◦ blue 70

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

Shades of Lime Green #50E346

Tints of Lime Green #50E346

RGB

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

 GREEN value IS 227 (89.06% from 255) = 60.21%

 BLUE value IS 70 (27.73% from 255) = 18.57%

R = 21.22%
G = 60.21%
B = 18.57%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.69

 K value IS 0.11

RGB Variations

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

Color information

#50E346 (or 0x50E346) is known color: Lime Green. HEX triplet: 50, E3 and 46. RGB value is (80,227,70). Sum of RGB (Red+Green+Blue) = 80+227+70=377 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.22% from 377); Green value is 227 (89.06% from 255 or 60.21% from 377); Blue value is 70 (27.73% from 255 or 18.57% from 377); Max value from RGB is 227 - color contains mainly: green. Hex color #50E346 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E346 is #AF1CB9. Grayscale: #A5A5A5. Windows color (decimal): -11476154 or 4645712. OLE color: 4645712.

HSL color Cylindrical-coordinate representation of color #50E346: hue angle of 116.18º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #50E346 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.11.

Color convert

RGB 80 227 70 -
CMYK 0.65 0 0.69 0.11
HSL 116.18º 0.74% 0.58% -
HSV(B) 116.18º 0.69% 0.89% -
XYZ 31.88 57.09 15.13 -
YUV 165.15 74.3 67.27 -
System Red Green Blue C M Y K H S L
Decimal 80 227 70 0.65 0 0.69 0.11 116.18 0.74 0.58
Hex 50 E3 46 41 0 45 B 74 4A 3A
Octal 120 343 106 101 0 105 13 164 112 72
Binary 1010000 11100011 1000110 1000001 0 1000101 1011 1110100 1001010 111010

Color Harmonies of #50E346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E346

Black with #50E346

Text Example


Text Example

White with #50E346

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,227,70); }

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

background-color css

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

 a { background-color: rgb(80,227,70); }

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

border-color css

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

 span { border-color: rgb(80,227,70); }

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