#5EA12E

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

Shades of Limeade #5EA12E

Tints of Limeade #5EA12E

Color information

#5EA12E (or 0x5EA12E) is unknown color: approx Limeade. HEX triplet: 5E, A1 and 2E. RGB value is (94,161,46). Sum of RGB (Red+Green+Blue) = 94+161+46=301 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.23% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 46 (18.36% from 255 or 15.28% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA12E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA12E is #A15ED1. Grayscale: #808080. Windows color (decimal): -10575570 or 3055966. OLE color: 3055966.

HSL color Cylindrical-coordinate representation of color #5EA12E: hue angle of 94.96º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5EA12E is Cyan = 0.42, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.37.

Color convert

RGB9416146-
CMYK0.4200.710.37
HSL94.96º55.56%40.59%-
HSV(B)94.96º71.43%63.14%-
XYZ17.8528.077.06-
YUV127.8681.8103.85-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 31.23%
GREEN value IS 161 (63.28% from 255) = 53.49%
BLUE value IS 46 (18.36% from 255) = 15.28%
R=31.23%
G=53.49%
B=15.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal94161460.4200.710.3794.9655.5640.59
Hex5EA12E2A047255f3829
Octal13624156520107451377051
Binary101111010100001101110101010010001111001011011111111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA12E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,161,46); }

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

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

 a { background-color: rgb(94,161,46); }

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

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

 span { border-color: rgb(94,161,46); }

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