Html Css Color HEX #54951C Limeade

📋 copy color: '#54951C'

red 84 ◦ green 149 ◦ blue 28

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

Shades of Limeade #54951C

Tints of Limeade #54951C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.09%

 BLUE value IS 28 (11.33% from 255) = 10.73%

R = 32.18%
G = 57.09%
B = 10.73%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#54951C (or 0x54951C) is known color: Limeade. HEX triplet: 54, 95 and 1C. RGB value is (84,149,28). Sum of RGB (Red+Green+Blue) = 84+149+28=261 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.18% from 261); Green value is 149 (58.59% from 255 or 57.09% from 261); Blue value is 28 (11.33% from 255 or 10.73% from 261); Max value from RGB is 149 - color contains mainly: green. Hex color #54951C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54951C is #AB6AE3. Grayscale: #747474. Windows color (decimal): -11234020 or 1873236. OLE color: 1873236.

HSL color Cylindrical-coordinate representation of color #54951C: hue angle of 92.23º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #54951C is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 149 28 -
CMYK 0.44 0 0.81 0.42
HSL 92.23º 0.68% 0.35% -
HSV(B) 92.23º 0.81% 0.58% -
XYZ 14.61 23.46 4.86 -
YUV 115.77 78.47 105.34 -
System Red Green Blue C M Y K H S L
Decimal 84 149 28 0.44 0 0.81 0.42 92.23 0.68 0.35
Hex 54 95 1C 2C 0 51 2A 5C 44 23
Octal 124 225 34 54 0 121 52 134 104 43
Binary 1010100 10010101 11100 101100 0 1010001 101010 1011100 1000100 100011

Color Harmonies of #54951C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54951C

Black with #54951C

Text Example


Text Example

White with #54951C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,149,28); }

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

background-color css

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

 a { background-color: rgb(84,149,28); }

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

border-color css

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

 span { border-color: rgb(84,149,28); }

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