#5bab2c

Color #5BAB2C Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #5BAB2C

Tints of Limeade #5BAB2C

Color information

#5BAB2C (or 0x5BAB2C) is unknown color: approx Limeade. HEX triplet: 5B, AB and 2C. RGB value is (91,171,44). Sum of RGB (Red+Green+Blue) = 91+171+44=306 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.74% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB2C is #A454D3. Grayscale: #858585. Windows color (decimal): -10769620 or 2927451. OLE color: 2927451.

HSL color Cylindrical-coordinate representation of color #5BAB2C: hue angle of 97.8º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BAB2C is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB9117144-
CMYK0.4700.740.33
HSL97.8º59.07%42.16%-
HSV(B)97.8º74.27%67.06%-
XYZ19.3331.537.45-
YUV132.67898.33-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.74%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 44 (17.58% from 255) = 14.38%
R=29.74%
G=55.88%
B=14.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171440.4700.740.3397.859.0742.16
Hex5BAB2C2F04A21623b2a
Octal13325354570112411427352
Binary101101110101011101100101111010010101000011100010111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5bab2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5bab2c; }

 p { color: rgb(91,171,44); }

 H1.HeaderClassName
 {
   color: #5bab2c;
 }
 .AnyTagClassName
 {
   color: #5bab2c;
 }
</style>
background-color css

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

 a { background-color: rgb(91,171,44); }

 div.DivClassName
 {
   background-color: #5bab2c;
 }
 .BgClassName
 {
   background-color: #5bab2c;
 }
</style>
border-color css

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

 span { border-color: rgb(91,171,44); }

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