Html Css Color HEX #54941E Limeade

📋 copy color: '#54941E'

red 84 ◦ green 148 ◦ blue 30

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

Shades of Limeade #54941E

Tints of Limeade #54941E

RGB

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

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

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

R = 32.06%
G = 56.49%
B = 11.45%

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

#54941E (or 0x54941E) is known color: Limeade. HEX triplet: 54, 94 and 1E. RGB value is (84,148,30). Sum of RGB (Red+Green+Blue) = 84+148+30=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 148 (58.20% from 255 or 56.49% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 148 - color contains mainly: green. Hex color #54941E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54941E is #AB6BE1. Grayscale: #737373. Windows color (decimal): -11234274 or 2004052. OLE color: 2004052.

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

Color convert

RGB 84 148 30 -
CMYK 0.43 0 0.80 0.42
HSL 92.54º 0.66% 0.35% -
HSV(B) 92.54º 0.8% 0.58% -
XYZ 14.48 23.16 4.94 -
YUV 115.41 79.8 105.59 -
System Red Green Blue C M Y K H S L
Decimal 84 148 30 0.43 0 0.80 0.42 92.54 0.66 0.35
Hex 54 94 1E 2B 0 50 2A 5D 42 23
Octal 124 224 36 53 0 120 52 135 102 43
Binary 1010100 10010100 11110 101011 0 1010000 101010 1011101 1000010 100011

Color Harmonies of #54941E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54941E

Black with #54941E

Text Example


Text Example

White with #54941E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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