Html Css Color HEX #55A32E Limeade

📋 copy color: '#55A32E'

red 85 ◦ green 163 ◦ blue 46

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

Shades of Limeade #55A32E

Tints of Limeade #55A32E

RGB

 RED value IS 85 (33.59% from 255) = 28.91%

 GREEN value IS 163 (64.06% from 255) = 55.44%

 BLUE value IS 46 (18.36% from 255) = 15.65%

R = 28.91%
G = 55.44%
B = 15.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#55A32E (or 0x55A32E) is known color: Limeade. HEX triplet: 55, A3 and 2E. RGB value is (85,163,46). Sum of RGB (Red+Green+Blue) = 85+163+46=294 (38% of max value = 765). Red value is 85 (33.59% from 255 or 28.91% from 294); Green value is 163 (64.06% from 255 or 55.44% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 163 - color contains mainly: green. Hex color #55A32E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55A32E is #AA5CD1. Grayscale: #7E7E7E. Windows color (decimal): -11164882 or 3056469. OLE color: 3056469.

HSL color Cylindrical-coordinate representation of color #55A32E: hue angle of 100º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #55A32E is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 85 163 46 -
CMYK 0.48 0 0.72 0.36
HSL 100º 0.56% 0.41% -
HSV(B) 100º 0.72% 0.64% -
XYZ 17.34 28.32 7.14 -
YUV 126.34 82.66 98.51 -
System Red Green Blue C M Y K H S L
Decimal 85 163 46 0.48 0 0.72 0.36 100 0.56 0.41
Hex 55 A3 2E 30 0 48 24 64 38 29
Octal 125 243 56 60 0 110 44 144 70 51
Binary 1010101 10100011 101110 110000 0 1001000 100100 1100100 111000 101001

Color Harmonies of #55A32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55A32E

Black with #55A32E

Text Example


Text Example

White with #55A32E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55A32E; }

 p { color: rgb(85,163,46); }

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

background-color css

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

 a { background-color: rgb(85,163,46); }

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

border-color css

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

 span { border-color: rgb(85,163,46); }

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