#5EA338

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

Shades of Limeade #5EA338

Tints of Limeade #5EA338

Color information

#5EA338 (or 0x5EA338) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 38. RGB value is (94,163,56). Sum of RGB (Red+Green+Blue) = 94+163+56=313 (41% of max value = 765). Red value is 94 (37.11% from 255 or 30.03% from 313); Green value is 163 (64.06% from 255 or 52.08% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA338 is #A15CC7. Grayscale: #828282. Windows color (decimal): -10575048 or 3711838. OLE color: 3711838.

HSL color Cylindrical-coordinate representation of color #5EA338: hue angle of 98.69º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5EA338 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB9416356-
CMYK0.4200.660.36
HSL98.69º48.86%42.94%-
HSV(B)98.69º65.64%63.92%-
XYZ18.4328.868.34-
YUV130.1786.14102.2-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.03%
GREEN value IS 163 (64.06% from 255) = 52.08%
BLUE value IS 56 (22.27% from 255) = 17.89%
R=30.03%
G=52.08%
B=17.89%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163560.4200.660.3698.6948.8642.94
Hex5EA3382A0422463312b
Octal13624370520102441436153
Binary101111010100011111000101010010000101001001100011110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,163,56); }

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

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

 a { background-color: rgb(94,163,56); }

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

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

 span { border-color: rgb(94,163,56); }

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