Html Css Color HEX #54A013 Limeade

📋 copy color: '#54A013'

red 84 ◦ green 160 ◦ blue 19

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

Shades of Limeade #54A013

Tints of Limeade #54A013

RGB

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

 GREEN value IS 160 (62.89% from 255) = 60.84%

 BLUE value IS 19 (7.81% from 255) = 7.22%

R = 31.94%
G = 60.84%
B = 7.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#54A013 (or 0x54A013) is known color: Limeade. HEX triplet: 54, A0 and 13. RGB value is (84,160,19). Sum of RGB (Red+Green+Blue) = 84+160+19=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 19 (7.81% from 255 or 7.22% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #54A013 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #54A013 is #AB5FEC. Grayscale: #797979. Windows color (decimal): -11231213 or 1286228. OLE color: 1286228.

HSL color Cylindrical-coordinate representation of color #54A013: hue angle of 92.34º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #54A013 is Cyan = 0.48, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB 84 160 19 -
CMYK 0.48 0 0.88 0.37
HSL 92.34º 0.79% 0.35% -
HSV(B) 92.34º 0.88% 0.63% -
XYZ 16.34 27.07 4.98 -
YUV 121.2 70.32 101.46 -
System Red Green Blue C M Y K H S L
Decimal 84 160 19 0.48 0 0.88 0.37 92.34 0.79 0.35
Hex 54 A0 13 30 0 58 25 5C 4F 23
Octal 124 240 23 60 0 130 45 134 117 43
Binary 1010100 10100000 10011 110000 0 1011000 100101 1011100 1001111 100011

Color Harmonies of #54A013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54A013

Black with #54A013

Text Example


Text Example

White with #54A013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54A013; }

 p { color: rgb(84,160,19); }

 H1.HeaderClassName
 {
   color: #54A013;
 }
 .AnyTagClassName
 {
   color: #54A013;
 }
</style>

background-color css

<style>
 a { background-color: #54A013; }

 a { background-color: rgb(84,160,19); }

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

border-color css

<style>
 span { border-color: #54A013; }

 span { border-color: rgb(84,160,19); }

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