Html Css Color HEX #54AA2D Limeade

📋 copy color: '#54AA2D'

red 84 ◦ green 170 ◦ blue 45

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

Shades of Limeade #54AA2D

Tints of Limeade #54AA2D

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.86%

 BLUE value IS 45 (17.97% from 255) = 15.05%

R = 28.09%
G = 56.86%
B = 15.05%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#54AA2D (or 0x54AA2D) is known color: Limeade. HEX triplet: 54, AA and 2D. RGB value is (84,170,45). Sum of RGB (Red+Green+Blue) = 84+170+45=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 170 (66.80% from 255 or 56.86% from 299); Blue value is 45 (17.97% from 255 or 15.05% from 299); Max value from RGB is 170 - color contains mainly: green. Hex color #54AA2D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54AA2D is #AB55D2. Grayscale: #828282. Windows color (decimal): -11228627 or 2992724. OLE color: 2992724.

HSL color Cylindrical-coordinate representation of color #54AA2D: hue angle of 101.28º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #54AA2D is Cyan = 0.51, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 170 45 -
CMYK 0.51 0 0.74 0.33
HSL 101.28º 0.58% 0.42% -
HSV(B) 101.28º 0.74% 0.67% -
XYZ 18.5 30.82 7.46 -
YUV 130.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 84 170 45 0.51 0 0.74 0.33 101.28 0.58 0.42
Hex 54 AA 2D 33 0 4A 21 65 3A 2A
Octal 124 252 55 63 0 112 41 145 72 52
Binary 1010100 10101010 101101 110011 0 1001010 100001 1100101 111010 101010

Color Harmonies of #54AA2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54AA2D

Black with #54AA2D

Text Example


Text Example

White with #54AA2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,170,45); }

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

background-color css

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

 a { background-color: rgb(84,170,45); }

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

border-color css

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

 span { border-color: rgb(84,170,45); }

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