Html Css Color HEX #559302 Limeade

📋 copy color: '#559302'

red 85 ◦ green 147 ◦ blue 2

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

Shades of Limeade #559302

Tints of Limeade #559302

RGB

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

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

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

R = 36.32%
G = 62.82%
B = 0.85%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#559302 (or 0x559302) is known color: Limeade. HEX triplet: 55, 93 and 02. RGB value is (85,147,2). Sum of RGB (Red+Green+Blue) = 85+147+2=234 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.32% from 234); Green value is 147 (57.81% from 255 or 62.82% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 147 - color contains mainly: green. Hex color #559302 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559302 is #AA6CFD. Grayscale: #707070. Windows color (decimal): -11169022 or 168789. OLE color: 168789.

HSL color Cylindrical-coordinate representation of color #559302: hue angle of 85.66º 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 #559302 is Cyan = 0.42, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 85 147 2 -
CMYK 0.42 0 0.99 0.42
HSL 85.66º 0.97% 0.29% -
HSV(B) 85.66º 0.99% 0.58% -
XYZ 14.19 22.8 3.71 -
YUV 111.93 65.96 108.79 -
System Red Green Blue C M Y K H S L
Decimal 85 147 2 0.42 0 0.99 0.42 85.66 0.97 0.29
Hex 55 93 2 2A 0 63 2A 56 61 1D
Octal 125 223 2 52 0 143 52 126 141 35
Binary 1010101 10010011 10 101010 0 1100011 101010 1010110 1100001 11101

Color Harmonies of #559302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559302

Black with #559302

Text Example


Text Example

White with #559302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559302; }

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

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

background-color css

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

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

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

border-color css

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

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

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