Html Css Color HEX #559002 Limeade

📋 copy color: '#559002'

red 85 ◦ green 144 ◦ blue 2

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

Shades of Limeade #559002

Tints of Limeade #559002

RGB

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

 GREEN value IS 144 (56.64% from 255) = 62.34%

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

R = 36.8%
G = 62.34%
B = 0.87%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#559002 (or 0x559002) is known color: Limeade. HEX triplet: 55, 90 and 02. RGB value is (85,144,2). Sum of RGB (Red+Green+Blue) = 85+144+2=231 (30% of max value = 765). Red value is 85 (33.59% from 255 or 36.80% from 231); Green value is 144 (56.64% from 255 or 62.34% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 144 - color contains mainly: green. Hex color #559002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559002 is #AA6FFD. Grayscale: #6E6E6E. Windows color (decimal): -11169790 or 168021. OLE color: 168021.

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

Color convert

RGB 85 144 2 -
CMYK 0.41 0 0.99 0.44
HSL 84.93º 0.97% 0.29% -
HSV(B) 84.93º 0.99% 0.56% -
XYZ 13.73 21.88 3.56 -
YUV 110.17 66.95 110.05 -
System Red Green Blue C M Y K H S L
Decimal 85 144 2 0.41 0 0.99 0.44 84.93 0.97 0.29
Hex 55 90 2 29 0 63 2C 55 61 1D
Octal 125 220 2 51 0 143 54 125 141 35
Binary 1010101 10010000 10 101001 0 1100011 101100 1010101 1100001 11101

Color Harmonies of #559002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559002

Black with #559002

Text Example


Text Example

White with #559002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559002; }

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

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

background-color css

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

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

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

border-color css

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

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

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