Html Css Color HEX #549302 Limeade

📋 copy color: '#549302'

red 84 ◦ green 147 ◦ blue 2

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

Shades of Limeade #549302

Tints of Limeade #549302

RGB

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

 GREEN value IS 147 (57.81% from 255) = 63.09%

 BLUE value IS 2 (1.17% from 255) = 0.86%

R = 36.05%
G = 63.09%
B = 0.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#549302 (or 0x549302) is known color: Limeade. HEX triplet: 54, 93 and 02. RGB value is (84,147,2). Sum of RGB (Red+Green+Blue) = 84+147+2=233 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.05% from 233); Green value is 147 (57.81% from 255 or 63.09% from 233); Blue value is 2 (1.17% from 255 or 0.86% from 233); Max value from RGB is 147 - color contains mainly: green. Hex color #549302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549302 is #AB6CFD. Grayscale: #707070. Windows color (decimal): -11234558 or 168788. OLE color: 168788.

HSL color Cylindrical-coordinate representation of color #549302: hue angle of 86.07º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #549302 is Cyan = 0.43, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 84 147 2 -
CMYK 0.43 0 0.99 0.42
HSL 86.07º 0.97% 0.29% -
HSV(B) 86.07º 0.99% 0.58% -
XYZ 14.1 22.76 3.71 -
YUV 111.63 66.13 108.29 -
System Red Green Blue C M Y K H S L
Decimal 84 147 2 0.43 0 0.99 0.42 86.07 0.97 0.29
Hex 54 93 2 2B 0 63 2A 56 61 1D
Octal 124 223 2 53 0 143 52 126 141 35
Binary 1010100 10010011 10 101011 0 1100011 101010 1010110 1100001 11101

Color Harmonies of #549302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549302

Black with #549302

Text Example


Text Example

White with #549302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549302; }

 p { color: rgb(84,147,2); }

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

background-color css

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

 a { background-color: rgb(84,147,2); }

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

border-color css

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

 span { border-color: rgb(84,147,2); }

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