Html Css Color HEX #50D635 Lime Green

📋 copy color: '#50D635'

red 80 ◦ green 214 ◦ blue 53

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

Shades of Lime Green #50D635

Tints of Lime Green #50D635

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.67%

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

R = 23.05%
G = 61.67%
B = 15.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#50D635 (or 0x50D635) is known color: Lime Green. HEX triplet: 50, D6 and 35. RGB value is (80,214,53). Sum of RGB (Red+Green+Blue) = 80+214+53=347 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.05% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #50D635 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50D635 is #AF29CA. Grayscale: #9C9C9C. Windows color (decimal): -11479499 or 3528272. OLE color: 3528272.

HSL color Cylindrical-coordinate representation of color #50D635: hue angle of 109.94º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50D635 is Cyan = 0.63, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 80 214 53 -
CMYK 0.63 0 0.75 0.16
HSL 109.94º 0.66% 0.52% -
HSV(B) 109.94º 0.75% 0.84% -
XYZ 28 50.06 11.55 -
YUV 155.58 70.11 74.09 -
System Red Green Blue C M Y K H S L
Decimal 80 214 53 0.63 0 0.75 0.16 109.94 0.66 0.52
Hex 50 D6 35 3F 0 4B 10 6E 42 34
Octal 120 326 65 77 0 113 20 156 102 64
Binary 1010000 11010110 110101 111111 0 1001011 10000 1101110 1000010 110100

Color Harmonies of #50D635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50D635

Black with #50D635

Text Example


Text Example

White with #50D635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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