Html Css Color HEX #50A62A Limeade

📋 copy color: '#50A62A'

red 80 ◦ green 166 ◦ blue 42

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

Shades of Limeade #50A62A

Tints of Limeade #50A62A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 57.64%

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

R = 27.78%
G = 57.64%
B = 14.58%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#50A62A (or 0x50A62A) is known color: Limeade. HEX triplet: 50, A6 and 2A. RGB value is (80,166,42). Sum of RGB (Red+Green+Blue) = 80+166+42=288 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.78% from 288); Green value is 166 (65.23% from 255 or 57.64% from 288); Blue value is 42 (16.80% from 255 or 14.58% from 288); Max value from RGB is 166 - color contains mainly: green. Hex color #50A62A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50A62A is #AF59D5. Grayscale: #7E7E7E. Windows color (decimal): -11491798 or 2795088. OLE color: 2795088.

HSL color Cylindrical-coordinate representation of color #50A62A: hue angle of 101.61º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #50A62A is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 166 42 -
CMYK 0.52 0 0.75 0.35
HSL 101.61º 0.6% 0.41% -
HSV(B) 101.61º 0.75% 0.65% -
XYZ 17.36 29.15 6.9 -
YUV 126.15 80.51 95.08 -
System Red Green Blue C M Y K H S L
Decimal 80 166 42 0.52 0 0.75 0.35 101.61 0.6 0.41
Hex 50 A6 2A 34 0 4B 23 66 3C 29
Octal 120 246 52 64 0 113 43 146 74 51
Binary 1010000 10100110 101010 110100 0 1001011 100011 1100110 111100 101001

Color Harmonies of #50A62A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50A62A

Black with #50A62A

Text Example


Text Example

White with #50A62A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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