Html Css Color HEX #549630 Limeade

📋 copy color: '#549630'

red 84 ◦ green 150 ◦ blue 48

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

Shades of Limeade #549630

Tints of Limeade #549630

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.19%

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

R = 29.79%
G = 53.19%
B = 17.02%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.68

 K value IS 0.41

RGB Variations

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

Color information

#549630 (or 0x549630) is known color: Limeade. HEX triplet: 54, 96 and 30. RGB value is (84,150,48). Sum of RGB (Red+Green+Blue) = 84+150+48=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 150 (58.98% from 255 or 53.19% from 282); Blue value is 48 (19.14% from 255 or 17.02% from 282); Max value from RGB is 150 - color contains mainly: green. Hex color #549630 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549630 is #AB69CF. Grayscale: #767676. Windows color (decimal): -11233744 or 3184212. OLE color: 3184212.

HSL color Cylindrical-coordinate representation of color #549630: hue angle of 98.82º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #549630 is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 48 -
CMYK 0.44 0 0.68 0.41
HSL 98.82º 0.52% 0.39% -
HSV(B) 98.82º 0.68% 0.59% -
XYZ 15.1 23.91 6.62 -
YUV 118.64 88.13 103.29 -
System Red Green Blue C M Y K H S L
Decimal 84 150 48 0.44 0 0.68 0.41 98.82 0.52 0.39
Hex 54 96 30 2C 0 44 29 63 34 27
Octal 124 226 60 54 0 104 51 143 64 47
Binary 1010100 10010110 110000 101100 0 1000100 101001 1100011 110100 100111

Color Harmonies of #549630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549630

Black with #549630

Text Example


Text Example

White with #549630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549630; }

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

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

background-color css

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

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

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

border-color css

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

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

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