Html Css Color HEX #54942F Limeade

📋 copy color: '#54942F'

red 84 ◦ green 148 ◦ blue 47

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

Shades of Limeade #54942F

Tints of Limeade #54942F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 16.85%

R = 30.11%
G = 53.05%
B = 16.85%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#54942F (or 0x54942F) is known color: Limeade. HEX triplet: 54, 94 and 2F. RGB value is (84,148,47). Sum of RGB (Red+Green+Blue) = 84+148+47=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 148 (58.20% from 255 or 53.05% from 279); Blue value is 47 (18.75% from 255 or 16.85% from 279); Max value from RGB is 148 - color contains mainly: green. Hex color #54942F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54942F is #AB6BD0. Grayscale: #757575. Windows color (decimal): -11234257 or 3118164. OLE color: 3118164.

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

Color convert

RGB 84 148 47 -
CMYK 0.43 0 0.68 0.42
HSL 98.02º 0.52% 0.38% -
HSV(B) 98.02º 0.68% 0.58% -
XYZ 14.76 23.27 6.4 -
YUV 117.35 88.3 104.21 -
System Red Green Blue C M Y K H S L
Decimal 84 148 47 0.43 0 0.68 0.42 98.02 0.52 0.38
Hex 54 94 2F 2B 0 44 2A 62 34 26
Octal 124 224 57 53 0 104 52 142 64 46
Binary 1010100 10010100 101111 101011 0 1000100 101010 1100010 110100 100110

Color Harmonies of #54942F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54942F

Black with #54942F

Text Example


Text Example

White with #54942F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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