#4DA11A

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

Shades of Limeade #4DA11A

Tints of Limeade #4DA11A

Color information

#4DA11A (or 0x4DA11A) is unknown color: approx Limeade. HEX triplet: 4D, A1 and 1A. RGB value is (77,161,26). Sum of RGB (Red+Green+Blue) = 77+161+26=264 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.17% from 264); Green value is 161 (63.28% from 255 or 60.98% from 264); Blue value is 26 (10.55% from 255 or 9.85% from 264); Max value from RGB is 161 - color contains mainly: green. Hex color #4DA11A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA11A is #B25EE5. Grayscale: #787878. Windows color (decimal): -11689702 or 1745229. OLE color: 1745229.

HSL color Cylindrical-coordinate representation of color #4DA11A: hue angle of 97.33º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DA11A is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB7716126-
CMYK0.5200.840.37
HSL97.33º72.19%36.67%-
HSV(B)97.33º83.85%63.14%-
XYZ15.9927.145.37-
YUV120.4974.6796.98-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 29.17%
GREEN value IS 161 (63.28% from 255) = 60.98%
BLUE value IS 26 (10.55% from 255) = 9.85%
R=29.17%
G=60.98%
B=9.85%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal77161260.5200.840.3797.3372.1936.67
Hex4DA11A3405425614825
Octal115241326401244514111045
Binary100110110100001110101101000101010010010111000011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA11A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,161,26); }

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

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

 a { background-color: rgb(77,161,26); }

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

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

 span { border-color: rgb(77,161,26); }

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