Html Css Color HEX #4D9704 Limeade

📋 copy color: '#4D9704'

red 77 ◦ green 151 ◦ blue 4

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

Shades of Limeade #4D9704

Tints of Limeade #4D9704

RGB

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

 GREEN value IS 151 (59.38% from 255) = 65.09%

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

R = 33.19%
G = 65.09%
B = 1.72%

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

#4D9704 (or 0x4D9704) is known color: Limeade. HEX triplet: 4D, 97 and 04. RGB value is (77,151,4). Sum of RGB (Red+Green+Blue) = 77+151+4=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 151 (59.38% from 255 or 65.09% from 232); Blue value is 4 (1.95% from 255 or 1.72% from 232); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9704 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9704 is #B268FB. Grayscale: #707070. Windows color (decimal): -11692284 or 300877. OLE color: 300877.

HSL color Cylindrical-coordinate representation of color #4D9704: hue angle of 90.2º 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 #4D9704 is Cyan = 0.49, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 151 4 -
CMYK 0.49 0 0.97 0.41
HSL 90.2º 0.95% 0.3% -
HSV(B) 90.2º 0.97% 0.59% -
XYZ 14.15 23.72 3.95 -
YUV 112.12 66.98 102.95 -
System Red Green Blue C M Y K H S L
Decimal 77 151 4 0.49 0 0.97 0.41 90.2 0.95 0.3
Hex 4D 97 4 31 0 61 29 5A 5F 1E
Octal 115 227 4 61 0 141 51 132 137 36
Binary 1001101 10010111 100 110001 0 1100001 101001 1011010 1011111 11110

Color Harmonies of #4D9704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9704

Black with #4D9704

Text Example


Text Example

White with #4D9704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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