Html Css Color HEX #549934 Limeade

📋 copy color: '#549934'

red 84 ◦ green 153 ◦ blue 52

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

Shades of Limeade #549934

Tints of Limeade #549934

RGB

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

 GREEN value IS 153 (60.16% from 255) = 52.94%

 BLUE value IS 52 (20.7% from 255) = 17.99%

R = 29.07%
G = 52.94%
B = 17.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.4

RGB Variations

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

Color information

#549934 (or 0x549934) is known color: Limeade. HEX triplet: 54, 99 and 34. RGB value is (84,153,52). Sum of RGB (Red+Green+Blue) = 84+153+52=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 153 (60.16% from 255 or 52.94% from 289); Blue value is 52 (20.70% from 255 or 17.99% from 289); Max value from RGB is 153 - color contains mainly: green. Hex color #549934 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549934 is #AB66CB. Grayscale: #797979. Windows color (decimal): -11232972 or 3447124. OLE color: 3447124.

HSL color Cylindrical-coordinate representation of color #549934: hue angle of 100.99º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #549934 is Cyan = 0.45, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 52 -
CMYK 0.45 0 0.66 0.4
HSL 100.99º 0.49% 0.4% -
HSV(B) 100.99º 0.66% 0.6% -
XYZ 15.67 24.92 7.23 -
YUV 120.86 89.14 101.71 -
System Red Green Blue C M Y K H S L
Decimal 84 153 52 0.45 0 0.66 0.4 100.99 0.49 0.4
Hex 54 99 34 2D 0 42 28 65 31 28
Octal 124 231 64 55 0 102 50 145 61 50
Binary 1010100 10011001 110100 101101 0 1000010 101000 1100101 110001 101000

Color Harmonies of #549934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549934

Black with #549934

Text Example


Text Example

White with #549934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549934; }

 p { color: rgb(84,153,52); }

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

background-color css

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

 a { background-color: rgb(84,153,52); }

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

border-color css

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

 span { border-color: rgb(84,153,52); }

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