Html Css Color HEX #4D9604 Limeade

📋 copy color: '#4D9604'

red 77 ◦ green 150 ◦ blue 4

#4D9604
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #4D9604

Tints of Limeade #4D9604

RGB

 RED value IS 77 (30.47% from 255) = 33.33%

 GREEN value IS 150 (58.98% from 255) = 64.94%

 BLUE value IS 4 (1.95% from 255) = 1.73%

R = 33.33%
G = 64.94%
B = 1.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#4D9604 (or 0x4D9604) is known color: Limeade. HEX triplet: 4D, 96 and 04. RGB value is (77,150,4). Sum of RGB (Red+Green+Blue) = 77+150+4=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 150 (58.98% from 255 or 64.94% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 150 - color contains mainly: green. Hex color #4D9604 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9604 is #B269FB. Grayscale: #707070. Windows color (decimal): -11692540 or 300621. OLE color: 300621.

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

Color convert

RGB 77 150 4 -
CMYK 0.49 0 0.97 0.41
HSL 90º 0.95% 0.3% -
HSV(B) 90º 0.97% 0.59% -
XYZ 13.99 23.4 3.89 -
YUV 111.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 77 150 4 0.49 0 0.97 0.41 90 0.95 0.3
Hex 4D 96 4 31 0 61 29 5A 5F 1E
Octal 115 226 4 61 0 141 51 132 137 36
Binary 1001101 10010110 100 110001 0 1100001 101001 1011010 1011111 11110

Color Harmonies of #4D9604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9604

Black with #4D9604

Text Example


Text Example

White with #4D9604

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D9604;
 }
 .AnyTagClassName
 {
   color: #4D9604;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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