#5B9C2E

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

Shades of Limeade #5B9C2E

Tints of Limeade #5B9C2E

Color information

#5B9C2E (or 0x5B9C2E) is unknown color: approx Limeade. HEX triplet: 5B, 9C and 2E. RGB value is (91,156,46). Sum of RGB (Red+Green+Blue) = 91+156+46=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 156 (61.33% from 255 or 53.24% from 293); Blue value is 46 (18.36% from 255 or 15.70% from 293); Max value from RGB is 156 - color contains mainly: green. Hex color #5B9C2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9C2E is #A463D1. Grayscale: #7C7C7C. Windows color (decimal): -10773458 or 3054683. OLE color: 3054683.

HSL color Cylindrical-coordinate representation of color #5B9C2E: hue angle of 95.45º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5B9C2E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.39.

Color convert

RGB9115646-
CMYK0.4200.710.39
HSL95.45º54.46%39.61%-
HSV(B)95.45º70.51%61.18%-
XYZ16.726.26.76-
YUV124.0283.97104.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 156 (61.33% from 255) = 53.24%
BLUE value IS 46 (18.36% from 255) = 15.70%
R=31.06%
G=53.24%
B=15.70%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal91156460.4200.710.3995.4554.4639.61
Hex5B9C2E2A047275f3628
Octal13323456520107471376650
Binary101101110011100101110101010010001111001111011111110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,156,46); }

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

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

 a { background-color: rgb(91,156,46); }

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

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

 span { border-color: rgb(91,156,46); }

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