Html Css Color HEX #549102 Limeade

📋 copy color: '#549102'

red 84 ◦ green 145 ◦ blue 2

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

Shades of Limeade #549102

Tints of Limeade #549102

RGB

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

 GREEN value IS 145 (57.03% from 255) = 62.77%

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

R = 36.36%
G = 62.77%
B = 0.87%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.43

RGB Variations

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

Color information

#549102 (or 0x549102) is known color: Limeade. HEX triplet: 54, 91 and 02. RGB value is (84,145,2). Sum of RGB (Red+Green+Blue) = 84+145+2=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 145 (57.03% from 255 or 62.77% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 145 - color contains mainly: green. Hex color #549102 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #549102 is #AB6EFD. Grayscale: #6E6E6E. Windows color (decimal): -11235070 or 168276. OLE color: 168276.

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

Color convert

RGB 84 145 2 -
CMYK 0.42 0 0.99 0.43
HSL 85.59º 0.97% 0.29% -
HSV(B) 85.59º 0.99% 0.57% -
XYZ 13.79 22.14 3.6 -
YUV 110.46 66.79 109.13 -
System Red Green Blue C M Y K H S L
Decimal 84 145 2 0.42 0 0.99 0.43 85.59 0.97 0.29
Hex 54 91 2 2A 0 63 2B 56 61 1D
Octal 124 221 2 52 0 143 53 126 141 35
Binary 1010100 10010001 10 101010 0 1100011 101011 1010110 1100001 11101

Color Harmonies of #549102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #549102

Black with #549102

Text Example


Text Example

White with #549102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #549102; }

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

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

background-color css

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

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

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

border-color css

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

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

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