#5EAE2B

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

Shades of Limeade #5EAE2B

Tints of Limeade #5EAE2B

Color information

#5EAE2B (or 0x5EAE2B) is unknown color: approx Limeade. HEX triplet: 5E, AE and 2B. RGB value is (94,174,43). Sum of RGB (Red+Green+Blue) = 94+174+43=311 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.23% from 311); Green value is 174 (68.36% from 255 or 55.95% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE2B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAE2B is #A151D4. Grayscale: #878787. Windows color (decimal): -10572245 or 2862686. OLE color: 2862686.

HSL color Cylindrical-coordinate representation of color #5EAE2B: hue angle of 96.64º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5EAE2B is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.32.

Color convert

RGB9417443-
CMYK0.4600.750.32
HSL96.64º60.37%42.55%-
HSV(B)96.64º75.29%68.24%-
XYZ20.1932.837.56-
YUV135.157698.65-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.23%
GREEN value IS 174 (68.36% from 255) = 55.95%
BLUE value IS 43 (17.19% from 255) = 13.83%
R=30.23%
G=55.95%
B=13.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal94174430.4600.750.3296.6460.3742.55
Hex5EAE2B2E04B20613c2b
Octal13625653560113401417453
Binary101111010101110101011101110010010111000001100001111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EAE2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,174,43); }

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

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

 a { background-color: rgb(94,174,43); }

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

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

 span { border-color: rgb(94,174,43); }

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