Html Css Color HEX #4D911B Limeade

📋 copy color: '#4D911B'

red 77 ◦ green 145 ◦ blue 27

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

Shades of Limeade #4D911B

Tints of Limeade #4D911B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 58.23%

 BLUE value IS 27 (10.94% from 255) = 10.84%

R = 30.92%
G = 58.23%
B = 10.84%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.81

 K value IS 0.43

RGB Variations

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

Color information

#4D911B (or 0x4D911B) is known color: Limeade. HEX triplet: 4D, 91 and 1B. RGB value is (77,145,27). Sum of RGB (Red+Green+Blue) = 77+145+27=249 (32% of max value = 765). Red value is 77 (30.47% from 255 or 30.92% from 249); Green value is 145 (57.03% from 255 or 58.23% from 249); Blue value is 27 (10.94% from 255 or 10.84% from 249); Max value from RGB is 145 - color contains mainly: green. Hex color #4D911B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D911B is #B26EE4. Grayscale: #6F6F6F. Windows color (decimal): -11693797 or 1806669. OLE color: 1806669.

HSL color Cylindrical-coordinate representation of color #4D911B: hue angle of 94.58º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D911B is Cyan = 0.47, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.43.

Color convert

RGB 77 145 27 -
CMYK 0.47 0 0.81 0.43
HSL 94.58º 0.69% 0.34% -
HSV(B) 94.58º 0.81% 0.57% -
XYZ 13.38 21.91 4.56 -
YUV 111.22 80.47 103.59 -
System Red Green Blue C M Y K H S L
Decimal 77 145 27 0.47 0 0.81 0.43 94.58 0.69 0.34
Hex 4D 91 1B 2F 0 51 2B 5F 45 22
Octal 115 221 33 57 0 121 53 137 105 42
Binary 1001101 10010001 11011 101111 0 1010001 101011 1011111 1000101 100010

Color Harmonies of #4D911B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D911B

Black with #4D911B

Text Example


Text Example

White with #4D911B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,145,27); }

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

background-color css

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

 a { background-color: rgb(77,145,27); }

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

border-color css

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

 span { border-color: rgb(77,145,27); }

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