Html Css Color HEX #54962E Limeade

📋 copy color: '#54962E'

red 84 ◦ green 150 ◦ blue 46

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

Shades of Limeade #54962E

Tints of Limeade #54962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.57%

 BLUE value IS 46 (18.36% from 255) = 16.43%

R = 30%
G = 53.57%
B = 16.43%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#54962E (or 0x54962E) is known color: Limeade. HEX triplet: 54, 96 and 2E. RGB value is (84,150,46). Sum of RGB (Red+Green+Blue) = 84+150+46=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 150 (58.98% from 255 or 53.57% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 150 - color contains mainly: green. Hex color #54962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54962E is #AB69D1. Grayscale: #767676. Windows color (decimal): -11233746 or 3053140. OLE color: 3053140.

HSL color Cylindrical-coordinate representation of color #54962E: hue angle of 98.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #54962E is Cyan = 0.44, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 150 46 -
CMYK 0.44 0 0.69 0.41
HSL 98.08º 0.53% 0.38% -
HSV(B) 98.08º 0.69% 0.59% -
XYZ 15.06 23.89 6.4 -
YUV 118.41 87.13 103.46 -
System Red Green Blue C M Y K H S L
Decimal 84 150 46 0.44 0 0.69 0.41 98.08 0.53 0.38
Hex 54 96 2E 2C 0 45 29 62 35 26
Octal 124 226 56 54 0 105 51 142 65 46
Binary 1010100 10010110 101110 101100 0 1000101 101001 1100010 110101 100110

Color Harmonies of #54962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54962E

Black with #54962E

Text Example


Text Example

White with #54962E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54962E; }

 p { color: rgb(84,150,46); }

 H1.HeaderClassName
 {
   color: #54962E;
 }
 .AnyTagClassName
 {
   color: #54962E;
 }
</style>

background-color css

<style>
 a { background-color: #54962E; }

 a { background-color: rgb(84,150,46); }

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

border-color css

<style>
 span { border-color: #54962E; }

 span { border-color: rgb(84,150,46); }

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