Html Css Color HEX #549930 Limeade

📋 copy color: '#549930'

red 84 ◦ green 153 ◦ blue 48

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

Shades of Limeade #549930

Tints of Limeade #549930

RGB

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

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

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

R = 29.47%
G = 53.68%
B = 16.84%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.69

 K value IS 0.4

RGB Variations

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

Color information

#549930 (or 0x549930) is known color: Limeade. HEX triplet: 54, 99 and 30. RGB value is (84,153,48). Sum of RGB (Red+Green+Blue) = 84+153+48=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 48 (19.14% from 255 or 16.84% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #549930 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549930 is #AB66CF. Grayscale: #787878. Windows color (decimal): -11232976 or 3184980. OLE color: 3184980.

HSL color Cylindrical-coordinate representation of color #549930: hue angle of 99.43º degrees, saturation: 0.52, 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 #549930 is Cyan = 0.45, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 48 -
CMYK 0.45 0 0.69 0.4
HSL 99.43º 0.52% 0.39% -
HSV(B) 99.43º 0.69% 0.6% -
XYZ 15.58 24.88 6.78 -
YUV 120.4 87.14 102.04 -
System Red Green Blue C M Y K H S L
Decimal 84 153 48 0.45 0 0.69 0.4 99.43 0.52 0.39
Hex 54 99 30 2D 0 45 28 63 34 27
Octal 124 231 60 55 0 105 50 143 64 47
Binary 1010100 10011001 110000 101101 0 1000101 101000 1100011 110100 100111

Color Harmonies of #549930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549930

Black with #549930

Text Example


Text Example

White with #549930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549930; }

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

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

background-color css

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

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

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

border-color css

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

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

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