Html Css Color HEX #50D83A Lime Green

📋 copy color: '#50D83A'

red 80 ◦ green 216 ◦ blue 58

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

Shades of Lime Green #50D83A

Tints of Lime Green #50D83A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.38%

R = 22.6%
G = 61.02%
B = 16.38%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#50D83A (or 0x50D83A) is known color: Lime Green. HEX triplet: 50, D8 and 3A. RGB value is (80,216,58). Sum of RGB (Red+Green+Blue) = 80+216+58=354 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.60% from 354); Green value is 216 (84.77% from 255 or 61.02% from 354); Blue value is 58 (23.05% from 255 or 16.38% from 354); Max value from RGB is 216 - color contains mainly: green. Hex color #50D83A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D83A is #AF27C5. Grayscale: #9D9D9D. Windows color (decimal): -11478982 or 3856464. OLE color: 3856464.

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

Color convert

RGB 80 216 58 -
CMYK 0.63 0 0.73 0.15
HSL 111.65º 0.67% 0.54% -
HSV(B) 111.65º 0.73% 0.85% -
XYZ 28.63 51.12 12.36 -
YUV 157.32 71.94 72.85 -
System Red Green Blue C M Y K H S L
Decimal 80 216 58 0.63 0 0.73 0.15 111.65 0.67 0.54
Hex 50 D8 3A 3F 0 49 F 70 43 36
Octal 120 330 72 77 0 111 17 160 103 66
Binary 1010000 11011000 111010 111111 0 1001001 1111 1110000 1000011 110110

Color Harmonies of #50D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D83A

Black with #50D83A

Text Example


Text Example

White with #50D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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