Html Css Color HEX #54921E Limeade

📋 copy color: '#54921E'

red 84 ◦ green 146 ◦ blue 30

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

Shades of Limeade #54921E

Tints of Limeade #54921E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.15%

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

R = 32.31%
G = 56.15%
B = 11.54%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.79

 K value IS 0.43

RGB Variations

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

Color information

#54921E (or 0x54921E) is known color: Limeade. HEX triplet: 54, 92 and 1E. RGB value is (84,146,30). Sum of RGB (Red+Green+Blue) = 84+146+30=260 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.31% from 260); Green value is 146 (57.42% from 255 or 56.15% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 146 - color contains mainly: green. Hex color #54921E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54921E is #AB6DE1. Grayscale: #727272. Windows color (decimal): -11234786 or 2003540. OLE color: 2003540.

HSL color Cylindrical-coordinate representation of color #54921E: hue angle of 92.07º degrees, saturation: 0.66, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54921E is Cyan = 0.42, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.43.

Color convert

RGB 84 146 30 -
CMYK 0.42 0 0.79 0.43
HSL 92.07º 0.66% 0.35% -
HSV(B) 92.07º 0.79% 0.57% -
XYZ 14.17 22.54 4.83 -
YUV 114.24 80.46 106.43 -
System Red Green Blue C M Y K H S L
Decimal 84 146 30 0.42 0 0.79 0.43 92.07 0.66 0.35
Hex 54 92 1E 2A 0 4F 2B 5C 42 23
Octal 124 222 36 52 0 117 53 134 102 43
Binary 1010100 10010010 11110 101010 0 1001111 101011 1011100 1000010 100011

Color Harmonies of #54921E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54921E

Black with #54921E

Text Example


Text Example

White with #54921E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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