Html Css Color HEX #54982C Limeade

📋 copy color: '#54982C'

red 84 ◦ green 152 ◦ blue 44

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

Shades of Limeade #54982C

Tints of Limeade #54982C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 54.29%

 BLUE value IS 44 (17.58% from 255) = 15.71%

R = 30%
G = 54.29%
B = 15.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.71

 K value IS 0.40

RGB Variations

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

Color information

#54982C (or 0x54982C) is known color: Limeade. HEX triplet: 54, 98 and 2C. RGB value is (84,152,44). Sum of RGB (Red+Green+Blue) = 84+152+44=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 44 (17.58% from 255 or 15.71% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #54982C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54982C is #AB67D3. Grayscale: #777777. Windows color (decimal): -11233236 or 2922580. OLE color: 2922580.

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

Color convert

RGB 84 152 44 -
CMYK 0.45 0 0.71 0.40
HSL 97.78º 0.55% 0.38% -
HSV(B) 97.78º 0.71% 0.6% -
XYZ 15.34 24.52 6.31 -
YUV 119.36 85.47 102.78 -
System Red Green Blue C M Y K H S L
Decimal 84 152 44 0.45 0 0.71 0.40 97.78 0.55 0.38
Hex 54 98 2C 2D 0 47 28 62 37 26
Octal 124 230 54 55 0 107 50 142 67 46
Binary 1010100 10011000 101100 101101 0 1000111 101000 1100010 110111 100110

Color Harmonies of #54982C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54982C

Black with #54982C

Text Example


Text Example

White with #54982C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,152,44); }

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

background-color css

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

 a { background-color: rgb(84,152,44); }

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

border-color css

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

 span { border-color: rgb(84,152,44); }

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