Html Css Color HEX #549D30 Limeade

📋 copy color: '#549D30'

red 84 ◦ green 157 ◦ blue 48

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

Shades of Limeade #549D30

Tints of Limeade #549D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 54.33%

 BLUE value IS 48 (19.14% from 255) = 16.61%

R = 29.07%
G = 54.33%
B = 16.61%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#549D30 (or 0x549D30) is known color: Limeade. HEX triplet: 54, 9D and 30. RGB value is (84,157,48). Sum of RGB (Red+Green+Blue) = 84+157+48=289 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.07% from 289); Green value is 157 (61.72% from 255 or 54.33% from 289); Blue value is 48 (19.14% from 255 or 16.61% from 289); Max value from RGB is 157 - color contains mainly: green. Hex color #549D30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D30 is #AB62CF. Grayscale: #7B7B7B. Windows color (decimal): -11231952 or 3186004. OLE color: 3186004.

HSL color Cylindrical-coordinate representation of color #549D30: hue angle of 100.18º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #549D30 is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 157 48 -
CMYK 0.46 0 0.69 0.38
HSL 100.18º 0.53% 0.4% -
HSV(B) 100.18º 0.69% 0.62% -
XYZ 16.25 26.21 7 -
YUV 122.75 85.82 100.36 -
System Red Green Blue C M Y K H S L
Decimal 84 157 48 0.46 0 0.69 0.38 100.18 0.53 0.4
Hex 54 9D 30 2E 0 45 26 64 35 28
Octal 124 235 60 56 0 105 46 144 65 50
Binary 1010100 10011101 110000 101110 0 1000101 100110 1100100 110101 101000

Color Harmonies of #549D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549D30

Black with #549D30

Text Example


Text Example

White with #549D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,157,48); }

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

background-color css

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

 a { background-color: rgb(84,157,48); }

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

border-color css

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

 span { border-color: rgb(84,157,48); }

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