Html Css Color HEX #54941D Limeade

📋 copy color: '#54941D'

red 84 ◦ green 148 ◦ blue 29

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

Shades of Limeade #54941D

Tints of Limeade #54941D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.11%

R = 32.18%
G = 56.7%
B = 11.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

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

Color information

#54941D (or 0x54941D) is known color: Limeade. HEX triplet: 54, 94 and 1D. RGB value is (84,148,29). Sum of RGB (Red+Green+Blue) = 84+148+29=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 29 (11.72% from 255 or 11.11% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #54941D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54941D is #AB6BE2. Grayscale: #737373. Windows color (decimal): -11234275 or 1938516. OLE color: 1938516.

HSL color Cylindrical-coordinate representation of color #54941D: hue angle of 92.27º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54941D is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 29 -
CMYK 0.43 0 0.80 0.42
HSL 92.27º 0.67% 0.35% -
HSV(B) 92.27º 0.8% 0.58% -
XYZ 14.47 23.15 4.87 -
YUV 115.3 79.3 105.68 -
System Red Green Blue C M Y K H S L
Decimal 84 148 29 0.43 0 0.80 0.42 92.27 0.67 0.35
Hex 54 94 1D 2B 0 50 2A 5C 43 23
Octal 124 224 35 53 0 120 52 134 103 43
Binary 1010100 10010100 11101 101011 0 1010000 101010 1011100 1000011 100011

Color Harmonies of #54941D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54941D

Black with #54941D

Text Example


Text Example

White with #54941D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54941D; }

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

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

background-color css

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

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

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

border-color css

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

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

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