Html Css Color HEX #54971F Limeade

📋 copy color: '#54971F'

red 84 ◦ green 151 ◦ blue 31

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

Shades of Limeade #54971F

Tints of Limeade #54971F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.77%

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

R = 31.58%
G = 56.77%
B = 11.65%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#54971F (or 0x54971F) is known color: Limeade. HEX triplet: 54, 97 and 1F. RGB value is (84,151,31). Sum of RGB (Red+Green+Blue) = 84+151+31=266 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.58% from 266); Green value is 151 (59.38% from 255 or 56.77% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 151 - color contains mainly: green. Hex color #54971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54971F is #AB68E0. Grayscale: #757575. Windows color (decimal): -11233505 or 2070356. OLE color: 2070356.

HSL color Cylindrical-coordinate representation of color #54971F: hue angle of 93.5º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #54971F is Cyan = 0.44, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.41.

Color convert

RGB 84 151 31 -
CMYK 0.44 0 0.79 0.41
HSL 93.5º 0.66% 0.36% -
HSV(B) 93.5º 0.79% 0.59% -
XYZ 14.97 24.12 5.16 -
YUV 117.29 79.3 104.26 -
System Red Green Blue C M Y K H S L
Decimal 84 151 31 0.44 0 0.79 0.41 93.5 0.66 0.36
Hex 54 97 1F 2C 0 4F 29 5E 42 24
Octal 124 227 37 54 0 117 51 136 102 44
Binary 1010100 10010111 11111 101100 0 1001111 101001 1011110 1000010 100100

Color Harmonies of #54971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54971F

Black with #54971F

Text Example


Text Example

White with #54971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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