Html Css Color HEX #54930C Limeade

📋 copy color: '#54930C'

red 84 ◦ green 147 ◦ blue 12

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

Shades of Limeade #54930C

Tints of Limeade #54930C

RGB

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

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

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

R = 34.57%
G = 60.49%
B = 4.94%

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

#54930C (or 0x54930C) is known color: Limeade. HEX triplet: 54, 93 and 0C. RGB value is (84,147,12). Sum of RGB (Red+Green+Blue) = 84+147+12=243 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.57% from 243); Green value is 147 (57.81% from 255 or 60.49% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 147 - color contains mainly: green. Hex color #54930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54930C is #AB6CF3. Grayscale: #717171. Windows color (decimal): -11234548 or 824148. OLE color: 824148.

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

Color convert

RGB 84 147 12 -
CMYK 0.43 0 0.92 0.42
HSL 88º 0.85% 0.31% -
HSV(B) 88º 0.92% 0.58% -
XYZ 14.16 22.78 4 -
YUV 112.77 71.13 107.48 -
System Red Green Blue C M Y K H S L
Decimal 84 147 12 0.43 0 0.92 0.42 88 0.85 0.31
Hex 54 93 C 2B 0 5C 2A 58 55 1F
Octal 124 223 14 53 0 134 52 130 125 37
Binary 1010100 10010011 1100 101011 0 1011100 101010 1011000 1010101 11111

Color Harmonies of #54930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54930C

Black with #54930C

Text Example


Text Example

White with #54930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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