Html Css Color HEX #50E037 Lime Green

📋 copy color: '#50E037'

red 80 ◦ green 224 ◦ blue 55

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

Shades of Lime Green #50E037

Tints of Lime Green #50E037

RGB

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

 GREEN value IS 224 (87.89% from 255) = 62.4%

 BLUE value IS 55 (21.88% from 255) = 15.32%

R = 22.28%
G = 62.4%
B = 15.32%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#50E037 (or 0x50E037) is known color: Lime Green. HEX triplet: 50, E0 and 37. RGB value is (80,224,55). Sum of RGB (Red+Green+Blue) = 80+224+55=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 224 (87.89% from 255 or 62.40% from 359); Blue value is 55 (21.88% from 255 or 15.32% from 359); Max value from RGB is 224 - color contains mainly: green. Hex color #50E037 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50E037 is #AF1FC8. Grayscale: #A2A2A2. Windows color (decimal): -11476937 or 3661904. OLE color: 3661904.

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

Color convert

RGB 80 224 55 -
CMYK 0.64 0 0.75 0.12
HSL 111.12º 0.73% 0.55% -
HSV(B) 111.12º 0.75% 0.88% -
XYZ 30.65 55.29 12.67 -
YUV 161.68 67.79 69.74 -
System Red Green Blue C M Y K H S L
Decimal 80 224 55 0.64 0 0.75 0.12 111.12 0.73 0.55
Hex 50 E0 37 40 0 4B C 6F 49 37
Octal 120 340 67 100 0 113 14 157 111 67
Binary 1010000 11100000 110111 1000000 0 1001011 1100 1101111 1001001 110111

Color Harmonies of #50E037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50E037

Black with #50E037

Text Example


Text Example

White with #50E037

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,224,55); }

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

background-color css

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

 a { background-color: rgb(80,224,55); }

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

border-color css

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

 span { border-color: rgb(80,224,55); }

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