#5EA321

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

Shades of Limeade #5EA321

Tints of Limeade #5EA321

Color information

#5EA321 (or 0x5EA321) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 21. RGB value is (94,163,33). Sum of RGB (Red+Green+Blue) = 94+163+33=290 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.41% from 290); Green value is 163 (64.06% from 255 or 56.21% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA321 is #A15CDE. Grayscale: #808080. Windows color (decimal): -10575071 or 2204510. OLE color: 2204510.

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

Color convert

RGB9416333-
CMYK0.4200.800.36
HSL91.85º66.33%38.43%-
HSV(B)91.85º79.75%63.92%-
XYZ17.9928.686.03-
YUV127.5574.64104.07-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.41%
GREEN value IS 163 (64.06% from 255) = 56.21%
BLUE value IS 33 (13.28% from 255) = 11.38%
R=32.41%
G=56.21%
B=11.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163330.4200.800.3691.8566.3338.43
Hex5EA3212A050245c4226
Octal136243415201204413410246
Binary1011110101000111000011010100101000010010010111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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