Html Css Color HEX #4D941A Limeade

📋 copy color: '#4D941A'

red 77 ◦ green 148 ◦ blue 26

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

Shades of Limeade #4D941A

Tints of Limeade #4D941A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 30.68%
G = 58.96%
B = 10.36%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#4D941A (or 0x4D941A) is known color: Limeade. HEX triplet: 4D, 94 and 1A. RGB value is (77,148,26). Sum of RGB (Red+Green+Blue) = 77+148+26=251 (33% of max value = 765). Red value is 77 (30.47% from 255 or 30.68% from 251); Green value is 148 (58.20% from 255 or 58.96% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 148 - color contains mainly: green. Hex color #4D941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D941A is #B26BE5. Grayscale: #717171. Windows color (decimal): -11693030 or 1741901. OLE color: 1741901.

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

Color convert

RGB 77 148 26 -
CMYK 0.48 0 0.82 0.42
HSL 94.92º 0.7% 0.34% -
HSV(B) 94.92º 0.82% 0.58% -
XYZ 13.84 22.83 4.66 -
YUV 112.86 78.98 102.42 -
System Red Green Blue C M Y K H S L
Decimal 77 148 26 0.48 0 0.82 0.42 94.92 0.7 0.34
Hex 4D 94 1A 30 0 52 2A 5F 46 22
Octal 115 224 32 60 0 122 52 137 106 42
Binary 1001101 10010100 11010 110000 0 1010010 101010 1011111 1000110 100010

Color Harmonies of #4D941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D941A

Black with #4D941A

Text Example


Text Example

White with #4D941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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