Html Css Color HEX #549C20 Limeade

📋 copy color: '#549C20'

red 84 ◦ green 156 ◦ blue 32

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

Shades of Limeade #549C20

Tints of Limeade #549C20

RGB

 RED value IS 84 (33.2% from 255) = 30.88%

 GREEN value IS 156 (61.33% from 255) = 57.35%

 BLUE value IS 32 (12.89% from 255) = 11.76%

R = 30.88%
G = 57.35%
B = 11.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.79

 K value IS 0.39

RGB Variations

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

Color information

#549C20 (or 0x549C20) is known color: Limeade. HEX triplet: 54, 9C and 20. RGB value is (84,156,32). Sum of RGB (Red+Green+Blue) = 84+156+32=272 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.88% from 272); Green value is 156 (61.33% from 255 or 57.35% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 156 - color contains mainly: green. Hex color #549C20 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C20 is #AB63DF. Grayscale: #787878. Windows color (decimal): -11232224 or 2137172. OLE color: 2137172.

HSL color Cylindrical-coordinate representation of color #549C20: hue angle of 94.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #549C20 is Cyan = 0.46, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 32 -
CMYK 0.46 0 0.79 0.39
HSL 94.84º 0.66% 0.37% -
HSV(B) 94.84º 0.79% 0.61% -
XYZ 15.81 25.77 5.51 -
YUV 120.34 78.15 102.08 -
System Red Green Blue C M Y K H S L
Decimal 84 156 32 0.46 0 0.79 0.39 94.84 0.66 0.37
Hex 54 9C 20 2E 0 4F 27 5F 42 25
Octal 124 234 40 56 0 117 47 137 102 45
Binary 1010100 10011100 100000 101110 0 1001111 100111 1011111 1000010 100101

Color Harmonies of #549C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C20

Black with #549C20

Text Example


Text Example

White with #549C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549C20; }

 p { color: rgb(84,156,32); }

 H1.HeaderClassName
 {
   color: #549C20;
 }
 .AnyTagClassName
 {
   color: #549C20;
 }
</style>

background-color css

<style>
 a { background-color: #549C20; }

 a { background-color: rgb(84,156,32); }

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

border-color css

<style>
 span { border-color: #549C20; }

 span { border-color: rgb(84,156,32); }

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