Html Css Color HEX #549A2F Limeade

📋 copy color: '#549A2F'

red 84 ◦ green 154 ◦ blue 47

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

Shades of Limeade #549A2F

Tints of Limeade #549A2F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 54.04%

 BLUE value IS 47 (18.75% from 255) = 16.49%

R = 29.47%
G = 54.04%
B = 16.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.40

RGB Variations

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

Color information

#549A2F (or 0x549A2F) is known color: Limeade. HEX triplet: 54, 9A and 2F. RGB value is (84,154,47). Sum of RGB (Red+Green+Blue) = 84+154+47=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 154 (60.55% from 255 or 54.04% from 285); Blue value is 47 (18.75% from 255 or 16.49% from 285); Max value from RGB is 154 - color contains mainly: green. Hex color #549A2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549A2F is #AB65D0. Grayscale: #797979. Windows color (decimal): -11232721 or 3119700. OLE color: 3119700.

HSL color Cylindrical-coordinate representation of color #549A2F: hue angle of 99.25º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #549A2F is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.40.

Color convert

RGB 84 154 47 -
CMYK 0.45 0 0.69 0.40
HSL 99.25º 0.53% 0.39% -
HSV(B) 99.25º 0.69% 0.6% -
XYZ 15.72 25.2 6.72 -
YUV 120.87 86.31 101.7 -
System Red Green Blue C M Y K H S L
Decimal 84 154 47 0.45 0 0.69 0.40 99.25 0.53 0.39
Hex 54 9A 2F 2D 0 45 28 63 35 27
Octal 124 232 57 55 0 105 50 143 65 47
Binary 1010100 10011010 101111 101101 0 1000101 101000 1100011 110101 100111

Color Harmonies of #549A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549A2F

Black with #549A2F

Text Example


Text Example

White with #549A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,154,47); }

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

background-color css

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

 a { background-color: rgb(84,154,47); }

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

border-color css

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

 span { border-color: rgb(84,154,47); }

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