#4E9005

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

Shades of Limeade #4E9005

Tints of Limeade #4E9005

Color information

#4E9005 (or 0x4E9005) is unknown color: approx Limeade. HEX triplet: 4E, 90 and 05. RGB value is (78,144,5). Sum of RGB (Red+Green+Blue) = 78+144+5=227 (30% of max value = 765). Red value is 78 (30.86% from 255 or 34.36% from 227); Green value is 144 (56.64% from 255 or 63.44% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 144 - color contains mainly: green. Hex color #4E9005 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9005 is #B16FFA. Grayscale: #6C6C6C. Windows color (decimal): -11628539 or 364622. OLE color: 364622.

HSL color Cylindrical-coordinate representation of color #4E9005: hue angle of 88.49º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4E9005 is Cyan = 0.46, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB781445-
CMYK0.4600.970.44
HSL88.49º93.29%29.22%-
HSV(B)88.49º96.53%56.47%-
XYZ13.1421.583.62-
YUV108.4269.63106.3-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 34.36%
GREEN value IS 144 (56.64% from 255) = 63.44%
BLUE value IS 5 (2.34% from 255) = 2.20%
R=34.36%
G=63.44%
B=2.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal7814450.4600.970.4488.4993.2929.22
Hex4E9052E0612C585d1d
Octal11622055601415413013535
Binary100111010010000101101110011000011011001011000101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,144,5); }

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

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

 a { background-color: rgb(78,144,5); }

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

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

 span { border-color: rgb(78,144,5); }

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