Html Css Color HEX #50E72A Lime Green

📋 copy color: '#50E72A'

red 80 ◦ green 231 ◦ blue 42

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

Shades of Lime Green #50E72A

Tints of Lime Green #50E72A

RGB

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

 GREEN value IS 231 (90.63% from 255) = 65.44%

 BLUE value IS 42 (16.8% from 255) = 11.9%

R = 22.66%
G = 65.44%
B = 11.9%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#50E72A (or 0x50E72A) is known color: Lime Green. HEX triplet: 50, E7 and 2A. RGB value is (80,231,42). Sum of RGB (Red+Green+Blue) = 80+231+42=353 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.66% from 353); Green value is 231 (90.62% from 255 or 65.44% from 353); Blue value is 42 (16.80% from 255 or 11.90% from 353); Max value from RGB is 231 - color contains mainly: green. Hex color #50E72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E72A is #AF18D5. Grayscale: #A4A4A4. Windows color (decimal): -11475158 or 2811728. OLE color: 2811728.

HSL color Cylindrical-coordinate representation of color #50E72A: hue angle of 107.94º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #50E72A is Cyan = 0.65, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 80 231 42 -
CMYK 0.65 0 0.82 0.09
HSL 107.94º 0.8% 0.54% -
HSV(B) 107.94º 0.82% 0.91% -
XYZ 32.3 59.02 11.88 -
YUV 164.31 58.97 67.87 -
System Red Green Blue C M Y K H S L
Decimal 80 231 42 0.65 0 0.82 0.09 107.94 0.8 0.54
Hex 50 E7 2A 41 0 52 9 6C 50 36
Octal 120 347 52 101 0 122 11 154 120 66
Binary 1010000 11100111 101010 1000001 0 1010010 1001 1101100 1010000 110110

Color Harmonies of #50E72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E72A

Black with #50E72A

Text Example


Text Example

White with #50E72A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,231,42); }

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

background-color css

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

 a { background-color: rgb(80,231,42); }

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

border-color css

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

 span { border-color: rgb(80,231,42); }

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