#5B9D2E

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

Shades of Limeade #5B9D2E

Tints of Limeade #5B9D2E

Color information

#5B9D2E (or 0x5B9D2E) is unknown color: approx Limeade. HEX triplet: 5B, 9D and 2E. RGB value is (91,157,46). Sum of RGB (Red+Green+Blue) = 91+157+46=294 (38% of max value = 765). Red value is 91 (35.94% from 255 or 30.95% from 294); Green value is 157 (61.72% from 255 or 53.40% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9D2E is #A462D1. Grayscale: #7C7C7C. Windows color (decimal): -10773202 or 3054939. OLE color: 3054939.

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

Color convert

RGB9115746-
CMYK0.4200.710.38
HSL95.68º54.68%39.8%-
HSV(B)95.68º70.7%61.57%-
XYZ16.8626.546.82-
YUV124.6183.63104.03-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.95%
GREEN value IS 157 (61.72% from 255) = 53.40%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=30.95%
G=53.40%
B=15.65%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal91157460.4200.710.3895.6854.6839.8
Hex5B9D2E2A04726603728
Octal13323556520107461406750
Binary101101110011101101110101010010001111001101100000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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