Html Css Color HEX #50952A Limeade

📋 copy color: '#50952A'

red 80 ◦ green 149 ◦ blue 42

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

Shades of Limeade #50952A

Tints of Limeade #50952A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.98%

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

R = 29.52%
G = 54.98%
B = 15.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.72

 K value IS 0.42

RGB Variations

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

Color information

#50952A (or 0x50952A) is known color: Limeade. HEX triplet: 50, 95 and 2A. RGB value is (80,149,42). Sum of RGB (Red+Green+Blue) = 80+149+42=271 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.52% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 42 (16.80% from 255 or 15.50% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #50952A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #50952A is #AF6AD5. Grayscale: #747474. Windows color (decimal): -11496150 or 2790736. OLE color: 2790736.

HSL color Cylindrical-coordinate representation of color #50952A: hue angle of 98.69º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #50952A is Cyan = 0.46, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 149 42 -
CMYK 0.46 0 0.72 0.42
HSL 98.69º 0.56% 0.37% -
HSV(B) 98.69º 0.72% 0.58% -
XYZ 14.47 23.37 5.94 -
YUV 116.17 86.14 102.2 -
System Red Green Blue C M Y K H S L
Decimal 80 149 42 0.46 0 0.72 0.42 98.69 0.56 0.37
Hex 50 95 2A 2E 0 48 2A 63 38 25
Octal 120 225 52 56 0 110 52 143 70 45
Binary 1010000 10010101 101010 101110 0 1001000 101010 1100011 111000 100101

Color Harmonies of #50952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50952A

Black with #50952A

Text Example


Text Example

White with #50952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50952A; }

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

 H1.HeaderClassName
 {
   color: #50952A;
 }
 .AnyTagClassName
 {
   color: #50952A;
 }
</style>

background-color css

<style>
 a { background-color: #50952A; }

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

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

border-color css

<style>
 span { border-color: #50952A; }

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

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