#5B942E

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

Shades of Limeade #5B942E

Tints of Limeade #5B942E

Color information

#5B942E (or 0x5B942E) is unknown color: approx Limeade. HEX triplet: 5B, 94 and 2E. RGB value is (91,148,46). Sum of RGB (Red+Green+Blue) = 91+148+46=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 148 (58.20% from 255 or 51.93% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 148 - color contains mainly: green. Hex color #5B942E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B942E is #A46BD1. Grayscale: #777777. Windows color (decimal): -10775506 or 3052635. OLE color: 3052635.

HSL color Cylindrical-coordinate representation of color #5B942E: hue angle of 93.53º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B942E is Cyan = 0.39, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.42.

Color convert

RGB9114846-
CMYK0.3900.690.42
HSL93.53º52.58%38.04%-
HSV(B)93.53º68.92%58.04%-
XYZ15.423.66.33-
YUV119.3386.62107.79-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.93%
GREEN value IS 148 (58.20% from 255) = 51.93%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=31.93%
G=51.93%
B=16.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal91148460.3900.690.4293.5352.5838.04
Hex5B942E270452A5e3526
Octal13322456470105521366546
Binary101101110010100101110100111010001011010101011110110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B942E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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