#5BA32A

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

Shades of Limeade #5BA32A

Tints of Limeade #5BA32A

Color information

#5BA32A (or 0x5BA32A) is unknown color: approx Limeade. HEX triplet: 5B, A3 and 2A. RGB value is (91,163,42). Sum of RGB (Red+Green+Blue) = 91+163+42=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 163 (64.06% from 255 or 55.07% from 296); Blue value is 42 (16.80% from 255 or 14.19% from 296); Max value from RGB is 163 - color contains mainly: green. Hex color #5BA32A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5BA32A is #A45CD5. Grayscale: #808080. Windows color (decimal): -10771670 or 2794331. OLE color: 2794331.

HSL color Cylindrical-coordinate representation of color #5BA32A: hue angle of 95.7º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5BA32A is Cyan = 0.44, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB9116342-
CMYK0.4400.740.36
HSL95.7º59.02%40.2%-
HSV(B)95.7º74.23%63.92%-
XYZ17.8328.596.77-
YUV127.6879.65101.84-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 163 (64.06% from 255) = 55.07%
BLUE value IS 42 (16.80% from 255) = 14.19%
R=30.74%
G=55.07%
B=14.19%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91163420.4400.740.3695.759.0240.2
Hex5BA32A2C04A24603b28
Octal13324352540112441407350
Binary101101110100011101010101100010010101001001100000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5BA32A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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