Html Css Color HEX #549B01 Limeade

📋 copy color: '#549B01'

red 84 ◦ green 155 ◦ blue 1

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

Shades of Limeade #549B01

Tints of Limeade #549B01

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.58%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 35%
G = 64.58%
B = 0.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#549B01 (or 0x549B01) is known color: Limeade. HEX triplet: 54, 9B and 01. RGB value is (84,155,1). Sum of RGB (Red+Green+Blue) = 84+155+1=240 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35% from 240); Green value is 155 (60.94% from 255 or 64.58% from 240); Blue value is 1 (0.78% from 255 or 0.42% from 240); Max value from RGB is 155 - color contains mainly: green. Hex color #549B01 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549B01 is #AB64FE. Grayscale: #747474. Windows color (decimal): -11232511 or 105300. OLE color: 105300.

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

Color convert

RGB 84 155 1 -
CMYK 0.46 0 0.99 0.39
HSL 87.66º 0.99% 0.31% -
HSV(B) 87.66º 0.99% 0.61% -
XYZ 15.38 25.33 4.11 -
YUV 116.22 62.98 105.02 -
System Red Green Blue C M Y K H S L
Decimal 84 155 1 0.46 0 0.99 0.39 87.66 0.99 0.31
Hex 54 9B 1 2E 0 63 27 58 63 1F
Octal 124 233 1 56 0 143 47 130 143 37
Binary 1010100 10011011 1 101110 0 1100011 100111 1011000 1100011 11111

Color Harmonies of #549B01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549B01

Black with #549B01

Text Example


Text Example

White with #549B01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,155,1); }

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

background-color css

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

 a { background-color: rgb(84,155,1); }

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

border-color css

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

 span { border-color: rgb(84,155,1); }

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