#4E8F0B

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

Shades of Limeade #4E8F0B

Tints of Limeade #4E8F0B

Color information

#4E8F0B (or 0x4E8F0B) is unknown color: approx Limeade. HEX triplet: 4E, 8F and 0B. RGB value is (78,143,11). Sum of RGB (Red+Green+Blue) = 78+143+11=232 (30% of max value = 765). Red value is 78 (30.86% from 255 or 33.62% from 232); Green value is 143 (56.25% from 255 or 61.64% from 232); Blue value is 11 (4.69% from 255 or 4.74% from 232); Max value from RGB is 143 - color contains mainly: green. Hex color #4E8F0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4E8F0B is #B170F4. Grayscale: #6C6C6C. Windows color (decimal): -11628789 or 757582. OLE color: 757582.

HSL color Cylindrical-coordinate representation of color #4E8F0B: hue angle of 89.55º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4E8F0B is Cyan = 0.45, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.44.

Color convert

RGB7814311-
CMYK0.4500.920.44
HSL89.55º85.71%30.2%-
HSV(B)89.55º92.31%56.08%-
XYZ13.0221.293.74-
YUV108.5272.97106.23-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 33.62%
GREEN value IS 143 (56.25% from 255) = 61.64%
BLUE value IS 11 (4.69% from 255) = 4.74%
R=33.62%
G=61.64%
B=4.74%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78143110.4500.920.4489.5585.7130.2
Hex4E8FB2D05C2C5a561e
Octal116217135501345413212636
Binary1001110100011111011101101010111001011001011010101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E8F0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,143,11); }

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

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

 a { background-color: rgb(78,143,11); }

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

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

 span { border-color: rgb(78,143,11); }

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