Html Css Color HEX #50DC2A Lime Green

📋 copy color: '#50DC2A'

red 80 ◦ green 220 ◦ blue 42

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

Shades of Lime Green #50DC2A

Tints of Lime Green #50DC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.28%

R = 23.39%
G = 64.33%
B = 12.28%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#50DC2A (or 0x50DC2A) is known color: Lime Green. HEX triplet: 50, DC and 2A. RGB value is (80,220,42). Sum of RGB (Red+Green+Blue) = 80+220+42=342 (45% of max value = 765). Red value is 80 (31.64% from 255 or 23.39% from 342); Green value is 220 (86.33% from 255 or 64.33% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 220 - color contains mainly: green. Hex color #50DC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #50DC2A is #AF23D5. Grayscale: #9E9E9E. Windows color (decimal): -11477974 or 2808912. OLE color: 2808912.

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

Color convert

RGB 80 220 42 -
CMYK 0.64 0 0.81 0.14
HSL 107.19º 0.72% 0.51% -
HSV(B) 107.19º 0.81% 0.86% -
XYZ 29.32 53.06 10.89 -
YUV 157.85 62.62 72.47 -
System Red Green Blue C M Y K H S L
Decimal 80 220 42 0.64 0 0.81 0.14 107.19 0.72 0.51
Hex 50 DC 2A 40 0 51 E 6B 48 33
Octal 120 334 52 100 0 121 16 153 110 63
Binary 1010000 11011100 101010 1000000 0 1010001 1110 1101011 1001000 110011

Color Harmonies of #50DC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50DC2A

Black with #50DC2A

Text Example


Text Example

White with #50DC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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