#4EA027

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

Shades of Limeade #4EA027

Tints of Limeade #4EA027

Color information

#4EA027 (or 0x4EA027) is unknown color: approx Limeade. HEX triplet: 4E, A0 and 27. RGB value is (78,160,39). Sum of RGB (Red+Green+Blue) = 78+160+39=277 (36% of max value = 765). Red value is 78 (30.86% from 255 or 28.16% from 277); Green value is 160 (62.89% from 255 or 57.76% from 277); Blue value is 39 (15.62% from 255 or 14.08% from 277); Max value from RGB is 160 - color contains mainly: green. Hex color #4EA027 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4EA027 is #B15FD8. Grayscale: #7A7A7A. Windows color (decimal): -11624409 or 2596942. OLE color: 2596942.

HSL color Cylindrical-coordinate representation of color #4EA027: hue angle of 100.66º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #4EA027 is Cyan = 0.51, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.37.

Color convert

RGB7816039-
CMYK0.5100.760.37
HSL100.66º60.8%39.02%-
HSV(B)100.66º75.63%62.75%-
XYZ16.0826.916.27-
YUV121.6981.3396.84-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 28.16%
GREEN value IS 160 (62.89% from 255) = 57.76%
BLUE value IS 39 (15.62% from 255) = 14.08%
R=28.16%
G=57.76%
B=14.08%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal78160390.5100.760.37100.6660.839.02
Hex4EA0273304C25653d27
Octal11624047630114451457547
Binary100111010100000100111110011010011001001011100101111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4EA027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4EA027; }

 p { color: rgb(78,160,39); }

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

<style>
 a { background-color: #4EA027; }

 a { background-color: rgb(78,160,39); }

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

<style>
 span { border-color: #4EA027; }

 span { border-color: rgb(78,160,39); }

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