Html Css Color HEX #54931F Limeade

📋 copy color: '#54931F'

red 84 ◦ green 147 ◦ blue 31

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

Shades of Limeade #54931F

Tints of Limeade #54931F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 56.11%

 BLUE value IS 31 (12.5% from 255) = 11.83%

R = 32.06%
G = 56.11%
B = 11.83%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.79

 K value IS 0.42

RGB Variations

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

Color information

#54931F (or 0x54931F) is known color: Limeade. HEX triplet: 54, 93 and 1F. RGB value is (84,147,31). Sum of RGB (Red+Green+Blue) = 84+147+31=262 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.06% from 262); Green value is 147 (57.81% from 255 or 56.11% from 262); Blue value is 31 (12.5% from 255 or 11.83% from 262); Max value from RGB is 147 - color contains mainly: green. Hex color #54931F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54931F is #AB6CE0. Grayscale: #737373. Windows color (decimal): -11234529 or 2069332. OLE color: 2069332.

HSL color Cylindrical-coordinate representation of color #54931F: hue angle of 92.59º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54931F is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 31 -
CMYK 0.43 0 0.79 0.42
HSL 92.59º 0.65% 0.35% -
HSV(B) 92.59º 0.79% 0.58% -
XYZ 14.34 22.85 4.95 -
YUV 114.94 80.63 105.93 -
System Red Green Blue C M Y K H S L
Decimal 84 147 31 0.43 0 0.79 0.42 92.59 0.65 0.35
Hex 54 93 1F 2B 0 4F 2A 5D 41 23
Octal 124 223 37 53 0 117 52 135 101 43
Binary 1010100 10010011 11111 101011 0 1001111 101010 1011101 1000001 100011

Color Harmonies of #54931F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54931F

Black with #54931F

Text Example


Text Example

White with #54931F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54931F; }

 p { color: rgb(84,147,31); }

 H1.HeaderClassName
 {
   color: #54931F;
 }
 .AnyTagClassName
 {
   color: #54931F;
 }
</style>

background-color css

<style>
 a { background-color: #54931F; }

 a { background-color: rgb(84,147,31); }

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

border-color css

<style>
 span { border-color: #54931F; }

 span { border-color: rgb(84,147,31); }

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