Html Css Color HEX #549C30 Limeade

📋 copy color: '#549C30'

red 84 ◦ green 156 ◦ blue 48

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

Shades of Limeade #549C30

Tints of Limeade #549C30

RGB

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

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

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

R = 29.17%
G = 54.17%
B = 16.67%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.69

 K value IS 0.39

RGB Variations

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

Color information

#549C30 (or 0x549C30) is known color: Limeade. HEX triplet: 54, 9C and 30. RGB value is (84,156,48). Sum of RGB (Red+Green+Blue) = 84+156+48=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 156 (61.33% from 255 or 54.17% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 156 - color contains mainly: green. Hex color #549C30 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C30 is #AB63CF. Grayscale: #7A7A7A. Windows color (decimal): -11232208 or 3185748. OLE color: 3185748.

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

Color convert

RGB 84 156 48 -
CMYK 0.46 0 0.69 0.39
HSL 100º 0.53% 0.4% -
HSV(B) 100º 0.69% 0.61% -
XYZ 16.08 25.88 6.94 -
YUV 122.16 86.15 100.78 -
System Red Green Blue C M Y K H S L
Decimal 84 156 48 0.46 0 0.69 0.39 100 0.53 0.4
Hex 54 9C 30 2E 0 45 27 64 35 28
Octal 124 234 60 56 0 105 47 144 65 50
Binary 1010100 10011100 110000 101110 0 1000101 100111 1100100 110101 101000

Color Harmonies of #549C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C30

Black with #549C30

Text Example


Text Example

White with #549C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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