Html Css Color HEX #50C735 Lime Green

📋 copy color: '#50C735'

red 80 ◦ green 199 ◦ blue 53

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

Shades of Lime Green #50C735

Tints of Lime Green #50C735

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.94%

 BLUE value IS 53 (21.09% from 255) = 15.96%

R = 24.1%
G = 59.94%
B = 15.96%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#50C735 (or 0x50C735) is known color: Lime Green. HEX triplet: 50, C7 and 35. RGB value is (80,199,53). Sum of RGB (Red+Green+Blue) = 80+199+53=332 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.10% from 332); Green value is 199 (78.12% from 255 or 59.94% from 332); Blue value is 53 (21.09% from 255 or 15.96% from 332); Max value from RGB is 199 - color contains mainly: green. Hex color #50C735 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50C735 is #AF38CA. Grayscale: #939393. Windows color (decimal): -11483339 or 3524432. OLE color: 3524432.

HSL color Cylindrical-coordinate representation of color #50C735: hue angle of 108.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #50C735 is Cyan = 0.60, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 80 199 53 -
CMYK 0.60 0 0.73 0.22
HSL 108.9º 0.58% 0.49% -
HSV(B) 108.9º 0.73% 0.78% -
XYZ 24.37 42.81 10.35 -
YUV 146.78 75.08 80.37 -
System Red Green Blue C M Y K H S L
Decimal 80 199 53 0.60 0 0.73 0.22 108.9 0.58 0.49
Hex 50 C7 35 3C 0 49 16 6D 3A 31
Octal 120 307 65 74 0 111 26 155 72 61
Binary 1010000 11000111 110101 111100 0 1001001 10110 1101101 111010 110001

Color Harmonies of #50C735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50C735

Black with #50C735

Text Example


Text Example

White with #50C735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,199,53); }

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

background-color css

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

 a { background-color: rgb(80,199,53); }

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

border-color css

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

 span { border-color: rgb(80,199,53); }

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