#5EA328

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

Shades of Limeade #5EA328

Tints of Limeade #5EA328

Color information

#5EA328 (or 0x5EA328) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 28. RGB value is (94,163,40). Sum of RGB (Red+Green+Blue) = 94+163+40=297 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.65% from 297); Green value is 163 (64.06% from 255 or 54.88% from 297); Blue value is 40 (16.02% from 255 or 13.47% from 297); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA328 is #A15CD7. Grayscale: #808080. Windows color (decimal): -10575064 or 2663262. OLE color: 2663262.

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

Color convert

RGB9416340-
CMYK0.4200.750.36
HSL93.66º60.59%39.8%-
HSV(B)93.66º75.46%63.92%-
XYZ18.128.736.6-
YUV128.3578.14103.5-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.65%
GREEN value IS 163 (64.06% from 255) = 54.88%
BLUE value IS 40 (16.02% from 255) = 13.47%
R=31.65%
G=54.88%
B=13.47%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163400.4200.750.3693.6660.5939.8
Hex5EA3282A04B245e3d28
Octal13624350520113441367550
Binary101111010100011101000101010010010111001001011110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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