#5BAB2A

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

Shades of Limeade #5BAB2A

Tints of Limeade #5BAB2A

Color information

#5BAB2A (or 0x5BAB2A) is unknown color: approx Limeade. HEX triplet: 5B, AB and 2A. RGB value is (91,171,42). Sum of RGB (Red+Green+Blue) = 91+171+42=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 42 (16.80% from 255 or 13.82% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #5BAB2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BAB2A is #A454D5. Grayscale: #848484. Windows color (decimal): -10769622 or 2796379. OLE color: 2796379.

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

Color convert

RGB9117142-
CMYK0.4700.750.33
HSL97.21º60.56%41.76%-
HSV(B)97.21º75.44%67.06%-
XYZ19.331.527.26-
YUV132.377798.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 171 (67.19% from 255) = 56.25%
BLUE value IS 42 (16.80% from 255) = 13.82%
R=29.93%
G=56.25%
B=13.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal91171420.4700.750.3397.2160.5641.76
Hex5BAB2A2F04B21613d2a
Octal13325352570113411417552
Binary101101110101011101010101111010010111000011100001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BAB2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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