#4D9703

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

Shades of Limeade #4D9703

Tints of Limeade #4D9703

Color information

#4D9703 (or 0x4D9703) is unknown color: approx Limeade. HEX triplet: 4D, 97 and 03. RGB value is (77,151,3). Sum of RGB (Red+Green+Blue) = 77+151+3=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 151 (59.38% from 255 or 65.37% from 231); Blue value is 3 (1.56% from 255 or 1.30% from 231); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9703 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9703 is #B268FC. Grayscale: #707070. Windows color (decimal): -11692285 or 235341. OLE color: 235341.

HSL color Cylindrical-coordinate representation of color #4D9703: hue angle of 90º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4D9703 is Cyan = 0.49, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.41.

Color convert

RGB771513-
CMYK0.4900.980.41
HSL90º96.1%30.2%-
HSV(B)90º98.01%59.22%-
XYZ14.1423.723.92-
YUV11266.48103.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.33%
GREEN value IS 151 (59.38% from 255) = 65.37%
BLUE value IS 3 (1.56% from 255) = 1.30%
R=33.33%
G=65.37%
B=1.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal7715130.4900.980.419096.130.2
Hex4D97331062295a601e
Octal11522736101425113214036
Binary10011011001011111110001011000101010011011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,151,3); }

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

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

 a { background-color: rgb(77,151,3); }

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

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

 span { border-color: rgb(77,151,3); }

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