Html Css Color HEX #50E13A Lime Green

📋 copy color: '#50E13A'

red 80 ◦ green 225 ◦ blue 58

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

Shades of Lime Green #50E13A

Tints of Lime Green #50E13A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 61.98%

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

R = 22.04%
G = 61.98%
B = 15.98%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#50E13A (or 0x50E13A) is known color: Lime Green. HEX triplet: 50, E1 and 3A. RGB value is (80,225,58). Sum of RGB (Red+Green+Blue) = 80+225+58=363 (48% of max value = 765). Red value is 80 (31.64% from 255 or 22.04% from 363); Green value is 225 (88.28% from 255 or 61.98% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 225 - color contains mainly: green. Hex color #50E13A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E13A is #AF1EC5. Grayscale: #A3A3A3. Windows color (decimal): -11476678 or 3858768. OLE color: 3858768.

HSL color Cylindrical-coordinate representation of color #50E13A: hue angle of 112.1º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50E13A is Cyan = 0.64, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 80 225 58 -
CMYK 0.64 0 0.74 0.12
HSL 112.1º 0.74% 0.55% -
HSV(B) 112.1º 0.74% 0.88% -
XYZ 31 55.86 13.15 -
YUV 162.61 68.96 69.08 -
System Red Green Blue C M Y K H S L
Decimal 80 225 58 0.64 0 0.74 0.12 112.1 0.74 0.55
Hex 50 E1 3A 40 0 4A C 70 4A 37
Octal 120 341 72 100 0 112 14 160 112 67
Binary 1010000 11100001 111010 1000000 0 1001010 1100 1110000 1001010 110111

Color Harmonies of #50E13A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E13A

Black with #50E13A

Text Example


Text Example

White with #50E13A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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