Html Css Color HEX #50F337 Lime Green

📋 copy color: '#50F337'

red 80 ◦ green 243 ◦ blue 55

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

Shades of Lime Green #50F337

Tints of Lime Green #50F337

RGB

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

 GREEN value IS 243 (95.31% from 255) = 64.29%

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

R = 21.16%
G = 64.29%
B = 14.55%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#50F337 (or 0x50F337) is known color: Lime Green. HEX triplet: 50, F3 and 37. RGB value is (80,243,55). Sum of RGB (Red+Green+Blue) = 80+243+55=378 (50% of max value = 765). Red value is 80 (31.64% from 255 or 21.16% from 378); Green value is 243 (95.31% from 255 or 64.29% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 243 - color contains mainly: green. Hex color #50F337 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #50F337 is #AF0CC8. Grayscale: #ADADAD. Windows color (decimal): -11472073 or 3666768. OLE color: 3666768.

HSL color Cylindrical-coordinate representation of color #50F337: hue angle of 112.02º degrees, saturation: 0.89, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #50F337 is Cyan = 0.67, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 80 243 55 -
CMYK 0.67 0 0.77 0.05
HSL 112.02º 0.89% 0.58% -
HSV(B) 112.02º 0.77% 0.95% -
XYZ 36.05 66.08 14.47 -
YUV 172.83 61.5 61.79 -
System Red Green Blue C M Y K H S L
Decimal 80 243 55 0.67 0 0.77 0.05 112.02 0.89 0.58
Hex 50 F3 37 43 0 4D 5 70 59 3A
Octal 120 363 67 103 0 115 5 160 131 72
Binary 1010000 11110011 110111 1000011 0 1001101 101 1110000 1011001 111010

Color Harmonies of #50F337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50F337

Black with #50F337

Text Example


Text Example

White with #50F337

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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