#4E951A

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

Shades of Limeade #4E951A

Tints of Limeade #4E951A

Color information

#4E951A (or 0x4E951A) is unknown color: approx Limeade. HEX triplet: 4E, 95 and 1A. RGB value is (78,149,26). Sum of RGB (Red+Green+Blue) = 78+149+26=253 (33% of max value = 765). Red value is 78 (30.86% from 255 or 30.83% from 253); Green value is 149 (58.59% from 255 or 58.89% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 149 - color contains mainly: green. Hex color #4E951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4E951A is #B16AE5. Grayscale: #727272. Windows color (decimal): -11627238 or 1742158. OLE color: 1742158.

HSL color Cylindrical-coordinate representation of color #4E951A: hue angle of 94.63º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #4E951A is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB7814926-
CMYK0.4800.830.42
HSL94.63º70.29%34.31%-
HSV(B)94.63º82.55%58.43%-
XYZ14.0823.194.71-
YUV113.7578.48102.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 30.83%
GREEN value IS 149 (58.59% from 255) = 58.89%
BLUE value IS 26 (10.55% from 255) = 10.28%
R=30.83%
G=58.89%
B=10.28%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal78149260.4800.830.4294.6370.2934.31
Hex4E951A300532A5f4622
Octal116225326001235213710642
Binary100111010010101110101100000101001110101010111111000110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E951A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,149,26); }

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

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

 a { background-color: rgb(78,149,26); }

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

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

 span { border-color: rgb(78,149,26); }

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