Html Css Color HEX #50D337 Lime Green

📋 copy color: '#50D337'

red 80 ◦ green 211 ◦ blue 55

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

Shades of Lime Green #50D337

Tints of Lime Green #50D337

RGB

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

 GREEN value IS 211 (82.81% from 255) = 60.98%

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

R = 23.12%
G = 60.98%
B = 15.9%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.74

 K value IS 0.17

RGB Variations

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

Color information

#50D337 (or 0x50D337) is known color: Lime Green. HEX triplet: 50, D3 and 37. RGB value is (80,211,55). Sum of RGB (Red+Green+Blue) = 80+211+55=346 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.12% from 346); Green value is 211 (82.81% from 255 or 60.98% from 346); Blue value is 55 (21.88% from 255 or 15.90% from 346); Max value from RGB is 211 - color contains mainly: green. Hex color #50D337 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D337 is #AF2CC8. Grayscale: #9A9A9A. Windows color (decimal): -11480265 or 3658576. OLE color: 3658576.

HSL color Cylindrical-coordinate representation of color #50D337: hue angle of 110.38º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #50D337 is Cyan = 0.62, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB 80 211 55 -
CMYK 0.62 0 0.74 0.17
HSL 110.38º 0.64% 0.52% -
HSV(B) 110.38º 0.74% 0.83% -
XYZ 27.29 48.57 11.55 -
YUV 154.05 72.1 75.18 -
System Red Green Blue C M Y K H S L
Decimal 80 211 55 0.62 0 0.74 0.17 110.38 0.64 0.52
Hex 50 D3 37 3E 0 4A 11 6E 40 34
Octal 120 323 67 76 0 112 21 156 100 64
Binary 1010000 11010011 110111 111110 0 1001010 10001 1101110 1000000 110100

Color Harmonies of #50D337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D337

Black with #50D337

Text Example


Text Example

White with #50D337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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