Html Css Color HEX #54942E Limeade

📋 copy color: '#54942E'

red 84 ◦ green 148 ◦ blue 46

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

Shades of Limeade #54942E

Tints of Limeade #54942E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 53.24%

 BLUE value IS 46 (18.36% from 255) = 16.55%

R = 30.22%
G = 53.24%
B = 16.55%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.69

 K value IS 0.42

RGB Variations

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

Color information

#54942E (or 0x54942E) is known color: Limeade. HEX triplet: 54, 94 and 2E. RGB value is (84,148,46). Sum of RGB (Red+Green+Blue) = 84+148+46=278 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.22% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 46 (18.36% from 255 or 16.55% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #54942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54942E is #AB6BD1. Grayscale: #757575. Windows color (decimal): -11234258 or 3052628. OLE color: 3052628.

HSL color Cylindrical-coordinate representation of color #54942E: hue angle of 97.65º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54942E is Cyan = 0.43, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 46 -
CMYK 0.43 0 0.69 0.42
HSL 97.65º 0.53% 0.38% -
HSV(B) 97.65º 0.69% 0.58% -
XYZ 14.74 23.26 6.3 -
YUV 117.24 87.8 104.29 -
System Red Green Blue C M Y K H S L
Decimal 84 148 46 0.43 0 0.69 0.42 97.65 0.53 0.38
Hex 54 94 2E 2B 0 45 2A 62 35 26
Octal 124 224 56 53 0 105 52 142 65 46
Binary 1010100 10010100 101110 101011 0 1000101 101010 1100010 110101 100110

Color Harmonies of #54942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54942E

Black with #54942E

Text Example


Text Example

White with #54942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54942E; }

 p { color: rgb(84,148,46); }

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

background-color css

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

 a { background-color: rgb(84,148,46); }

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

border-color css

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

 span { border-color: rgb(84,148,46); }

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