#5B9E2E

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

Shades of Limeade #5B9E2E

Tints of Limeade #5B9E2E

Color information

#5B9E2E (or 0x5B9E2E) is unknown color: approx Limeade. HEX triplet: 5B, 9E and 2E. RGB value is (91,158,46). Sum of RGB (Red+Green+Blue) = 91+158+46=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 158 (62.11% from 255 or 53.56% from 295); Blue value is 46 (18.36% from 255 or 15.59% from 295); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E2E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B9E2E is #A461D1. Grayscale: #7D7D7D. Windows color (decimal): -10772946 or 3055195. OLE color: 3055195.

HSL color Cylindrical-coordinate representation of color #5B9E2E: hue angle of 95.89º 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 #5B9E2E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB9115846-
CMYK0.4200.710.38
HSL95.89º54.9%40%-
HSV(B)95.89º70.89%61.96%-
XYZ17.0326.886.87-
YUV125.283.3103.61-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 158 (62.11% from 255) = 53.56%
BLUE value IS 46 (18.36% from 255) = 15.59%
R=30.85%
G=53.56%
B=15.59%

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
Decimal91158460.4200.710.3895.8954.940
Hex5B9E2E2A04726603728
Octal13323656520107461406750
Binary101101110011110101110101010010001111001101100000110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B9E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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