Html Css Color HEX #54940C Limeade

📋 copy color: '#54940C'

red 84 ◦ green 148 ◦ blue 12

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

Shades of Limeade #54940C

Tints of Limeade #54940C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 34.43%
G = 60.66%
B = 4.92%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#54940C (or 0x54940C) is known color: Limeade. HEX triplet: 54, 94 and 0C. RGB value is (84,148,12). Sum of RGB (Red+Green+Blue) = 84+148+12=244 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.43% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #54940C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54940C is #AB6BF3. Grayscale: #717171. Windows color (decimal): -11234292 or 824404. OLE color: 824404.

HSL color Cylindrical-coordinate representation of color #54940C: hue angle of 88.24º degrees, saturation: 0.85, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54940C is Cyan = 0.43, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 12 -
CMYK 0.43 0 0.92 0.42
HSL 88.24º 0.85% 0.31% -
HSV(B) 88.24º 0.92% 0.58% -
XYZ 14.31 23.09 4.05 -
YUV 113.36 70.8 107.06 -
System Red Green Blue C M Y K H S L
Decimal 84 148 12 0.43 0 0.92 0.42 88.24 0.85 0.31
Hex 54 94 C 2B 0 5C 2A 58 55 1F
Octal 124 224 14 53 0 134 52 130 125 37
Binary 1010100 10010100 1100 101011 0 1011100 101010 1011000 1010101 11111

Color Harmonies of #54940C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54940C

Black with #54940C

Text Example


Text Example

White with #54940C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54940C; }

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

 H1.HeaderClassName
 {
   color: #54940C;
 }
 .AnyTagClassName
 {
   color: #54940C;
 }
</style>

background-color css

<style>
 a { background-color: #54940C; }

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

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

border-color css

<style>
 span { border-color: #54940C; }

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

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