#5EA221

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

Shades of Limeade #5EA221

Tints of Limeade #5EA221

Color information

#5EA221 (or 0x5EA221) is unknown color: approx Limeade. HEX triplet: 5E, A2 and 21. RGB value is (94,162,33). Sum of RGB (Red+Green+Blue) = 94+162+33=289 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.53% from 289); Green value is 162 (63.67% from 255 or 56.06% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA221 is #A15DDE. Grayscale: #7F7F7F. Windows color (decimal): -10575327 or 2204254. OLE color: 2204254.

HSL color Cylindrical-coordinate representation of color #5EA221: hue angle of 91.63º 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 #5EA221 is Cyan = 0.42, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB9416233-
CMYK0.4200.800.36
HSL91.63º66.15%38.24%-
HSV(B)91.63º79.63%63.53%-
XYZ17.8128.335.97-
YUV126.9674.97104.49-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 32.53%
GREEN value IS 162 (63.67% from 255) = 56.06%
BLUE value IS 33 (13.28% from 255) = 11.42%
R=32.53%
G=56.06%
B=11.42%

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
Decimal94162330.4200.800.3691.6366.1538.24
Hex5EA2212A050245c4226
Octal136242415201204413410246
Binary1011110101000101000011010100101000010010010111001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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