Html Css Color HEX #50E63D Lime Green

📋 copy color: '#50E63D'

red 80 ◦ green 230 ◦ blue 61

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

Shades of Lime Green #50E63D

Tints of Lime Green #50E63D

RGB

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

 GREEN value IS 230 (90.23% from 255) = 61.99%

 BLUE value IS 61 (24.22% from 255) = 16.44%

R = 21.56%
G = 61.99%
B = 16.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.73

 K value IS 0.10

RGB Variations

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

Color information

#50E63D (or 0x50E63D) is known color: Lime Green. HEX triplet: 50, E6 and 3D. RGB value is (80,230,61). Sum of RGB (Red+Green+Blue) = 80+230+61=371 (49% of max value = 765). Red value is 80 (31.64% from 255 or 21.56% from 371); Green value is 230 (90.23% from 255 or 61.99% from 371); Blue value is 61 (24.22% from 255 or 16.44% from 371); Max value from RGB is 230 - color contains mainly: green. Hex color #50E63D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50E63D is #AF19C2. Grayscale: #A6A6A6. Windows color (decimal): -11475395 or 4056656. OLE color: 4056656.

HSL color Cylindrical-coordinate representation of color #50E63D: hue angle of 113.25º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50E63D is Cyan = 0.65, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.10.

Color convert

RGB 80 230 61 -
CMYK 0.65 0 0.73 0.10
HSL 113.25º 0.77% 0.57% -
HSV(B) 113.25º 0.73% 0.9% -
XYZ 32.45 58.64 14.02 -
YUV 165.88 68.81 66.74 -
System Red Green Blue C M Y K H S L
Decimal 80 230 61 0.65 0 0.73 0.10 113.25 0.77 0.57
Hex 50 E6 3D 41 0 49 A 71 4D 39
Octal 120 346 75 101 0 111 12 161 115 71
Binary 1010000 11100110 111101 1000001 0 1001001 1010 1110001 1001101 111001

Color Harmonies of #50E63D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E63D

Black with #50E63D

Text Example


Text Example

White with #50E63D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,230,61); }

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

background-color css

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

 a { background-color: rgb(80,230,61); }

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

border-color css

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

 span { border-color: rgb(80,230,61); }

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