Html Css Color HEX #559B02 Limeade

📋 copy color: '#559B02'

red 85 ◦ green 155 ◦ blue 2

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

Shades of Limeade #559B02

Tints of Limeade #559B02

RGB

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

 GREEN value IS 155 (60.94% from 255) = 64.05%

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

R = 35.12%
G = 64.05%
B = 0.83%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.99

 K value IS 0.39

RGB Variations

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

Color information

#559B02 (or 0x559B02) is known color: Limeade. HEX triplet: 55, 9B and 02. RGB value is (85,155,2). Sum of RGB (Red+Green+Blue) = 85+155+2=242 (32% of max value = 765). Red value is 85 (33.59% from 255 or 35.12% from 242); Green value is 155 (60.94% from 255 or 64.05% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 155 - color contains mainly: green. Hex color #559B02 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #559B02 is #AA64FD. Grayscale: #757575. Windows color (decimal): -11166974 or 170837. OLE color: 170837.

HSL color Cylindrical-coordinate representation of color #559B02: hue angle of 87.45º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #559B02 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 155 2 -
CMYK 0.45 0 0.99 0.39
HSL 87.45º 0.97% 0.31% -
HSV(B) 87.45º 0.99% 0.61% -
XYZ 15.48 25.38 4.14 -
YUV 116.63 63.31 105.44 -
System Red Green Blue C M Y K H S L
Decimal 85 155 2 0.45 0 0.99 0.39 87.45 0.97 0.31
Hex 55 9B 2 2D 0 63 27 57 61 1F
Octal 125 233 2 55 0 143 47 127 141 37
Binary 1010101 10011011 10 101101 0 1100011 100111 1010111 1100001 11111

Color Harmonies of #559B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B02

Black with #559B02

Text Example


Text Example

White with #559B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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