Html Css Color HEX #559E2E Limeade

📋 copy color: '#559E2E'

red 85 ◦ green 158 ◦ blue 46

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

Shades of Limeade #559E2E

Tints of Limeade #559E2E

RGB

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

 GREEN value IS 158 (62.11% from 255) = 54.67%

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

R = 29.41%
G = 54.67%
B = 15.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#559E2E (or 0x559E2E) is known color: Limeade. HEX triplet: 55, 9E and 2E. RGB value is (85,158,46). Sum of RGB (Red+Green+Blue) = 85+158+46=289 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.41% from 289); Green value is 158 (62.11% from 255 or 54.67% from 289); Blue value is 46 (18.36% from 255 or 15.92% from 289); Max value from RGB is 158 - color contains mainly: green. Hex color #559E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559E2E is #AA61D1. Grayscale: #7B7B7B. Windows color (decimal): -11166162 or 3055189. OLE color: 3055189.

HSL color Cylindrical-coordinate representation of color #559E2E: hue angle of 99.11º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #559E2E is Cyan = 0.46, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 158 46 -
CMYK 0.46 0 0.71 0.38
HSL 99.11º 0.55% 0.4% -
HSV(B) 99.11º 0.71% 0.62% -
XYZ 16.47 26.58 6.85 -
YUV 123.41 84.32 100.61 -
System Red Green Blue C M Y K H S L
Decimal 85 158 46 0.46 0 0.71 0.38 99.11 0.55 0.4
Hex 55 9E 2E 2E 0 47 26 63 37 28
Octal 125 236 56 56 0 107 46 143 67 50
Binary 1010101 10011110 101110 101110 0 1000111 100110 1100011 110111 101000

Color Harmonies of #559E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559E2E

Black with #559E2E

Text Example


Text Example

White with #559E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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