Html Css Color HEX #4D9411 Limeade

📋 copy color: '#4D9411'

red 77 ◦ green 148 ◦ blue 17

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

Shades of Limeade #4D9411

Tints of Limeade #4D9411

RGB

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

 GREEN value IS 148 (58.2% from 255) = 61.16%

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 31.82%
G = 61.16%
B = 7.02%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.42

RGB Variations

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

Color information

#4D9411 (or 0x4D9411) is known color: Limeade. HEX triplet: 4D, 94 and 11. RGB value is (77,148,17). Sum of RGB (Red+Green+Blue) = 77+148+17=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 148 (58.20% from 255 or 61.16% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 148 - color contains mainly: green. Hex color #4D9411 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9411 is #B26BEE. Grayscale: #707070. Windows color (decimal): -11693039 or 1152077. OLE color: 1152077.

HSL color Cylindrical-coordinate representation of color #4D9411: hue angle of 92.52º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4D9411 is Cyan = 0.48, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 148 17 -
CMYK 0.48 0 0.89 0.42
HSL 92.52º 0.79% 0.32% -
HSV(B) 92.52º 0.89% 0.58% -
XYZ 13.75 22.8 4.21 -
YUV 111.84 74.48 103.15 -
System Red Green Blue C M Y K H S L
Decimal 77 148 17 0.48 0 0.89 0.42 92.52 0.79 0.32
Hex 4D 94 11 30 0 59 2A 5D 4F 20
Octal 115 224 21 60 0 131 52 135 117 40
Binary 1001101 10010100 10001 110000 0 1011001 101010 1011101 1001111 100000

Color Harmonies of #4D9411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9411

Black with #4D9411

Text Example


Text Example

White with #4D9411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,148,17); }

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

background-color css

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

 a { background-color: rgb(77,148,17); }

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

border-color css

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

 span { border-color: rgb(77,148,17); }

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