Html Css Color HEX #54992D Limeade

📋 copy color: '#54992D'

red 84 ◦ green 153 ◦ blue 45

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

Shades of Limeade #54992D

Tints of Limeade #54992D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 54.26%

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

R = 29.79%
G = 54.26%
B = 15.96%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#54992D (or 0x54992D) is known color: Limeade. HEX triplet: 54, 99 and 2D. RGB value is (84,153,45). Sum of RGB (Red+Green+Blue) = 84+153+45=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 45 (17.97% from 255 or 15.96% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #54992D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54992D is #AB66D2. Grayscale: #787878. Windows color (decimal): -11232979 or 2988372. OLE color: 2988372.

HSL color Cylindrical-coordinate representation of color #54992D: hue angle of 98.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #54992D is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 84 153 45 -
CMYK 0.45 0 0.71 0.4
HSL 98.33º 0.55% 0.39% -
HSV(B) 98.33º 0.71% 0.6% -
XYZ 15.52 24.86 6.46 -
YUV 120.06 85.64 102.28 -
System Red Green Blue C M Y K H S L
Decimal 84 153 45 0.45 0 0.71 0.4 98.33 0.55 0.39
Hex 54 99 2D 2D 0 47 28 62 37 27
Octal 124 231 55 55 0 107 50 142 67 47
Binary 1010100 10011001 101101 101101 0 1000111 101000 1100010 110111 100111

Color Harmonies of #54992D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54992D

Black with #54992D

Text Example


Text Example

White with #54992D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54992D; }

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

 H1.HeaderClassName
 {
   color: #54992D;
 }
 .AnyTagClassName
 {
   color: #54992D;
 }
</style>

background-color css

<style>
 a { background-color: #54992D; }

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

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

border-color css

<style>
 span { border-color: #54992D; }

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

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