Html Css Color HEX #50DC3C Lime Green

📋 copy color: '#50DC3C'

red 80 ◦ green 220 ◦ blue 60

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

Shades of Lime Green #50DC3C

Tints of Lime Green #50DC3C

RGB

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

 GREEN value IS 220 (86.33% from 255) = 61.11%

 BLUE value IS 60 (23.83% from 255) = 16.67%

R = 22.22%
G = 61.11%
B = 16.67%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#50DC3C (or 0x50DC3C) is known color: Lime Green. HEX triplet: 50, DC and 3C. RGB value is (80,220,60). Sum of RGB (Red+Green+Blue) = 80+220+60=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 220 (86.33% from 255 or 61.11% from 360); Blue value is 60 (23.83% from 255 or 16.67% from 360); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC3C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC3C is #AF23C3. Grayscale: #A0A0A0. Windows color (decimal): -11477956 or 3988560. OLE color: 3988560.

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

Color convert

RGB 80 220 60 -
CMYK 0.64 0 0.73 0.14
HSL 112.5º 0.7% 0.55% -
HSV(B) 112.5º 0.73% 0.86% -
XYZ 29.72 53.22 12.98 -
YUV 159.9 71.62 71.01 -
System Red Green Blue C M Y K H S L
Decimal 80 220 60 0.64 0 0.73 0.14 112.5 0.7 0.55
Hex 50 DC 3C 40 0 49 E 70 46 37
Octal 120 334 74 100 0 111 16 160 106 67
Binary 1010000 11011100 111100 1000000 0 1001001 1110 1110000 1000110 110111

Color Harmonies of #50DC3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC3C

Black with #50DC3C

Text Example


Text Example

White with #50DC3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,220,60); }

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

background-color css

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

 a { background-color: rgb(80,220,60); }

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

border-color css

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

 span { border-color: rgb(80,220,60); }

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