Html Css Color HEX #54930A Limeade

📋 copy color: '#54930A'

red 84 ◦ green 147 ◦ blue 10

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

Shades of Limeade #54930A

Tints of Limeade #54930A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.15%

R = 34.85%
G = 61%
B = 4.15%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#54930A (or 0x54930A) is known color: Limeade. HEX triplet: 54, 93 and 0A. RGB value is (84,147,10). Sum of RGB (Red+Green+Blue) = 84+147+10=241 (31% of max value = 765). Red value is 84 (33.20% from 255 or 34.85% from 241); Green value is 147 (57.81% from 255 or 61.00% from 241); Blue value is 10 (4.30% from 255 or 4.15% from 241); Max value from RGB is 147 - color contains mainly: green. Hex color #54930A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54930A is #AB6CF5. Grayscale: #717171. Windows color (decimal): -11234550 or 693076. OLE color: 693076.

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

Color convert

RGB 84 147 10 -
CMYK 0.43 0 0.93 0.42
HSL 87.59º 0.87% 0.31% -
HSV(B) 87.59º 0.93% 0.58% -
XYZ 14.14 22.77 3.94 -
YUV 112.55 70.13 107.64 -
System Red Green Blue C M Y K H S L
Decimal 84 147 10 0.43 0 0.93 0.42 87.59 0.87 0.31
Hex 54 93 A 2B 0 5D 2A 58 57 1F
Octal 124 223 12 53 0 135 52 130 127 37
Binary 1010100 10010011 1010 101011 0 1011101 101010 1011000 1010111 11111

Color Harmonies of #54930A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54930A

Black with #54930A

Text Example


Text Example

White with #54930A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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