#5EA315

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

Shades of Limeade #5EA315

Tints of Limeade #5EA315

Color information

#5EA315 (or 0x5EA315) is unknown color: approx Limeade. HEX triplet: 5E, A3 and 15. RGB value is (94,163,21). Sum of RGB (Red+Green+Blue) = 94+163+21=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #5EA315 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA315 is #A15CEA. Grayscale: #7E7E7E. Windows color (decimal): -10575083 or 1418078. OLE color: 1418078.

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

Color convert

RGB9416321-
CMYK0.4200.870.36
HSL89.15º77.17%36.08%-
HSV(B)89.15º87.12%63.92%-
XYZ17.8528.635.29-
YUV126.1868.64105.05-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 33.81%
GREEN value IS 163 (64.06% from 255) = 58.63%
BLUE value IS 21 (8.59% from 255) = 7.55%
R=33.81%
G=58.63%
B=7.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94163210.4200.870.3689.1577.1736.08
Hex5EA3152A05724594d24
Octal136243255201274413111544
Binary101111010100011101011010100101011110010010110011001101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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