Html Css Color HEX #54931E Limeade

📋 copy color: '#54931E'

red 84 ◦ green 147 ◦ blue 30

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

Shades of Limeade #54931E

Tints of Limeade #54931E

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.32%

 BLUE value IS 30 (12.11% from 255) = 11.49%

R = 32.18%
G = 56.32%
B = 11.49%

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

#54931E (or 0x54931E) is known color: Limeade. HEX triplet: 54, 93 and 1E. RGB value is (84,147,30). Sum of RGB (Red+Green+Blue) = 84+147+30=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 147 (57.81% from 255 or 56.32% from 261); Blue value is 30 (12.11% from 255 or 11.49% from 261); Max value from RGB is 147 - color contains mainly: green. Hex color #54931E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54931E is #AB6CE1. Grayscale: #737373. Windows color (decimal): -11234530 or 2003796. OLE color: 2003796.

HSL color Cylindrical-coordinate representation of color #54931E: hue angle of 92.31º degrees, saturation: 0.66, 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 #54931E is Cyan = 0.43, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 30 -
CMYK 0.43 0 0.80 0.42
HSL 92.31º 0.66% 0.35% -
HSV(B) 92.31º 0.8% 0.58% -
XYZ 14.32 22.85 4.88 -
YUV 114.83 80.13 106.01 -
System Red Green Blue C M Y K H S L
Decimal 84 147 30 0.43 0 0.80 0.42 92.31 0.66 0.35
Hex 54 93 1E 2B 0 50 2A 5C 42 23
Octal 124 223 36 53 0 120 52 134 102 43
Binary 1010100 10010011 11110 101011 0 1010000 101010 1011100 1000010 100011

Color Harmonies of #54931E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54931E

Black with #54931E

Text Example


Text Example

White with #54931E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,147,30); }

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

background-color css

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

 a { background-color: rgb(84,147,30); }

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

border-color css

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

 span { border-color: rgb(84,147,30); }

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