Html Css Color HEX #50E72E Lime Green

📋 copy color: '#50E72E'

red 80 ◦ green 231 ◦ blue 46

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

Shades of Lime Green #50E72E

Tints of Lime Green #50E72E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.89%

R = 22.41%
G = 64.71%
B = 12.89%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#50E72E (or 0x50E72E) is known color: Lime Green. HEX triplet: 50, E7 and 2E. RGB value is (80,231,46). Sum of RGB (Red+Green+Blue) = 80+231+46=357 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.41% from 357); Green value is 231 (90.62% from 255 or 64.71% from 357); Blue value is 46 (18.36% from 255 or 12.89% from 357); Max value from RGB is 231 - color contains mainly: green. Hex color #50E72E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E72E is #AF18D1. Grayscale: #A5A5A5. Windows color (decimal): -11475154 or 3073872. OLE color: 3073872.

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

Color convert

RGB 80 231 46 -
CMYK 0.65 0 0.80 0.09
HSL 108.97º 0.79% 0.54% -
HSV(B) 108.97º 0.8% 0.91% -
XYZ 32.38 59.05 12.28 -
YUV 164.76 60.97 67.54 -
System Red Green Blue C M Y K H S L
Decimal 80 231 46 0.65 0 0.80 0.09 108.97 0.79 0.54
Hex 50 E7 2E 41 0 50 9 6D 4F 36
Octal 120 347 56 101 0 120 11 155 117 66
Binary 1010000 11100111 101110 1000001 0 1010000 1001 1101101 1001111 110110

Color Harmonies of #50E72E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E72E

Black with #50E72E

Text Example


Text Example

White with #50E72E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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