Html Css Color HEX #549000 Limeade

📋 copy color: '#549000'

red 84 ◦ green 144 ◦ blue 0

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

Shades of Limeade #549000

Tints of Limeade #549000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 63.16%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.84%
G = 63.16%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#549000 (or 0x549000) is known color: Limeade. HEX triplet: 54, 90 and 00. RGB value is (84,144,0). Sum of RGB (Red+Green+Blue) = 84+144+0=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 144 (56.64% from 255 or 63.16% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 144 - color contains mainly: green. Hex color #549000 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549000 is #AB6FFF. Grayscale: #6E6E6E. Windows color (decimal): -11235328 or 36948. OLE color: 36948.

HSL color Cylindrical-coordinate representation of color #549000: hue angle of 85º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #549000 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.44.

Color convert

RGB 84 144 0 -
CMYK 0.42 0 1 0.44
HSL 85º 1% 0.28% -
HSV(B) 85º 1% 0.56% -
XYZ 13.63 21.83 3.5 -
YUV 109.64 66.12 109.71 -
System Red Green Blue C M Y K H S L
Decimal 84 144 0 0.42 0 1 0.44 85 1 0.28
Hex 54 90 0 2A 0 64 2C 55 64 1C
Octal 124 220 0 52 0 144 54 125 144 34
Binary 1010100 10010000 0 101010 0 1100100 101100 1010101 1100100 11100

Color Harmonies of #549000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549000

Black with #549000

Text Example


Text Example

White with #549000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549000; }

 p { color: rgb(84,144,0); }

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

background-color css

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

 a { background-color: rgb(84,144,0); }

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

border-color css

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

 span { border-color: rgb(84,144,0); }

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