#4D9804

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

Shades of Limeade #4D9804

Tints of Limeade #4D9804

Color information

#4D9804 (or 0x4D9804) is unknown color: approx Limeade. HEX triplet: 4D, 98 and 04. RGB value is (77,152,4). Sum of RGB (Red+Green+Blue) = 77+152+4=233 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.05% from 233); Green value is 152 (59.77% from 255 or 65.24% from 233); Blue value is 4 (1.95% from 255 or 1.72% from 233); Max value from RGB is 152 - color contains mainly: green. Hex color #4D9804 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9804 is #B267FB. Grayscale: #717171. Windows color (decimal): -11692028 or 301133. OLE color: 301133.

HSL color Cylindrical-coordinate representation of color #4D9804: hue angle of 90.41º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D9804 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.40.

Color convert

RGB771524-
CMYK0.4900.970.40
HSL90.41º94.87%30.59%-
HSV(B)90.41º97.37%59.61%-
XYZ14.3124.044-
YUV112.766.65102.53-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 33.05%
GREEN value IS 152 (59.77% from 255) = 65.24%
BLUE value IS 4 (1.95% from 255) = 1.72%
R=33.05%
G=65.24%
B=1.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7715240.4900.970.4090.4194.8730.59
Hex4D98431061285a5f1f
Octal11523046101415013213737
Binary100110110011000100110001011000011010001011010101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D9804

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,152,4); }

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

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

 a { background-color: rgb(77,152,4); }

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

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

 span { border-color: rgb(77,152,4); }

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