#5EA230

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

Shades of Limeade #5EA230

Tints of Limeade #5EA230

Color information

#5EA230 (or 0x5EA230) is unknown color: approx Limeade. HEX triplet: 5E, A2 and 30. RGB value is (94,162,48). Sum of RGB (Red+Green+Blue) = 94+162+48=304 (40% of max value = 765). Red value is 94 (37.11% from 255 or 30.92% from 304); Green value is 162 (63.67% from 255 or 53.29% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EA230 is #A15DCF. Grayscale: #818181. Windows color (decimal): -10575312 or 3187294. OLE color: 3187294.

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

Color convert

RGB9416248-
CMYK0.4200.700.36
HSL95.79º54.29%41.18%-
HSV(B)95.79º70.37%63.53%-
XYZ18.0728.437.33-
YUV128.6782.47103.27-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 30.92%
GREEN value IS 162 (63.67% from 255) = 53.29%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=30.92%
G=53.29%
B=15.79%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal94162480.4200.700.3695.7954.2941.18
Hex5EA2302A04624603629
Octal13624260520106441406651
Binary101111010100010110000101010010001101001001100000110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5EA230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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