Html Css Color HEX #54941F Limeade

📋 copy color: '#54941F'

red 84 ◦ green 148 ◦ blue 31

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

Shades of Limeade #54941F

Tints of Limeade #54941F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.27%

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

R = 31.94%
G = 56.27%
B = 11.79%

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

#54941F (or 0x54941F) is known color: Limeade. HEX triplet: 54, 94 and 1F. RGB value is (84,148,31). Sum of RGB (Red+Green+Blue) = 84+148+31=263 (34% of max value = 765). Red value is 84 (33.20% from 255 or 31.94% from 263); Green value is 148 (58.20% from 255 or 56.27% from 263); Blue value is 31 (12.5% from 255 or 11.79% from 263); Max value from RGB is 148 - color contains mainly: green. Hex color #54941F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54941F is #AB6BE0. Grayscale: #737373. Windows color (decimal): -11234273 or 2069588. OLE color: 2069588.

HSL color Cylindrical-coordinate representation of color #54941F: hue angle of 92.82º 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 #54941F is Cyan = 0.43, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 148 31 -
CMYK 0.43 0 0.79 0.42
HSL 92.82º 0.65% 0.35% -
HSV(B) 92.82º 0.79% 0.58% -
XYZ 14.49 23.16 5 -
YUV 115.53 80.3 105.51 -
System Red Green Blue C M Y K H S L
Decimal 84 148 31 0.43 0 0.79 0.42 92.82 0.65 0.35
Hex 54 94 1F 2B 0 4F 2A 5D 41 23
Octal 124 224 37 53 0 117 52 135 101 43
Binary 1010100 10010100 11111 101011 0 1001111 101010 1011101 1000001 100011

Color Harmonies of #54941F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54941F

Black with #54941F

Text Example


Text Example

White with #54941F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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