#4E9901

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

Shades of Limeade #4E9901

Tints of Limeade #4E9901

Color information

#4E9901 (or 0x4E9901) is unknown color: approx Limeade. HEX triplet: 4E, 99 and 01. RGB value is (78,153,1). Sum of RGB (Red+Green+Blue) = 78+153+1=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 153 (60.16% from 255 or 65.95% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 153 - color contains mainly: green. Hex color #4E9901 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E9901 is #B166FE. Grayscale: #717171. Windows color (decimal): -11626239 or 104782. OLE color: 104782.

HSL color Cylindrical-coordinate representation of color #4E9901: hue angle of 89.61º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4E9901 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.4.

Color convert

RGB781531-
CMYK0.4900.990.4
HSL89.61º98.7%30.2%-
HSV(B)89.61º99.35%60%-
XYZ14.5424.43.97-
YUV113.2564.65102.86-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 153 (60.16% from 255) = 65.95%
BLUE value IS 1 (0.78% from 255) = 0.43%
R=33.62%
G=65.95%
B=0.43%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal7815310.4900.990.489.6198.730.2
Hex4E99131063285a631e
Octal11623116101435013214336
Binary1001110100110011110001011000111010001011010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E9901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,153,1); }

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

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

 a { background-color: rgb(78,153,1); }

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

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

 span { border-color: rgb(78,153,1); }

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