Html Css Color HEX #549C1F Limeade

📋 copy color: '#549C1F'

red 84 ◦ green 156 ◦ blue 31

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

Shades of Limeade #549C1F

Tints of Limeade #549C1F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 57.56%

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

R = 31%
G = 57.56%
B = 11.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.80

 K value IS 0.39

RGB Variations

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

Color information

#549C1F (or 0x549C1F) is known color: Limeade. HEX triplet: 54, 9C and 1F. RGB value is (84,156,31). Sum of RGB (Red+Green+Blue) = 84+156+31=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 156 (61.33% from 255 or 57.56% from 271); Blue value is 31 (12.5% from 255 or 11.44% from 271); Max value from RGB is 156 - color contains mainly: green. Hex color #549C1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C1F is #AB63E0. Grayscale: #787878. Windows color (decimal): -11232225 or 2071636. OLE color: 2071636.

HSL color Cylindrical-coordinate representation of color #549C1F: hue angle of 94.56º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #549C1F is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.39.

Color convert

RGB 84 156 31 -
CMYK 0.46 0 0.80 0.39
HSL 94.56º 0.67% 0.37% -
HSV(B) 94.56º 0.8% 0.61% -
XYZ 15.79 25.76 5.44 -
YUV 120.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 84 156 31 0.46 0 0.80 0.39 94.56 0.67 0.37
Hex 54 9C 1F 2E 0 50 27 5F 43 25
Octal 124 234 37 56 0 120 47 137 103 45
Binary 1010100 10011100 11111 101110 0 1010000 100111 1011111 1000011 100101

Color Harmonies of #549C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549C1F

Black with #549C1F

Text Example


Text Example

White with #549C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549C1F; }

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

 H1.HeaderClassName
 {
   color: #549C1F;
 }
 .AnyTagClassName
 {
   color: #549C1F;
 }
</style>

background-color css

<style>
 a { background-color: #549C1F; }

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

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

border-color css

<style>
 span { border-color: #549C1F; }

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

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