Html Css Color HEX #4D930C Limeade

📋 copy color: '#4D930C'

red 77 ◦ green 147 ◦ blue 12

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

Shades of Limeade #4D930C

Tints of Limeade #4D930C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 62.29%

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 32.63%
G = 62.29%
B = 5.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#4D930C (or 0x4D930C) is known color: Limeade. HEX triplet: 4D, 93 and 0C. RGB value is (77,147,12). Sum of RGB (Red+Green+Blue) = 77+147+12=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 147 (57.81% from 255 or 62.29% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 147 - color contains mainly: green. Hex color #4D930C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D930C is #B26CF3. Grayscale: #6F6F6F. Windows color (decimal): -11693300 or 824141. OLE color: 824141.

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

Color convert

RGB 77 147 12 -
CMYK 0.48 0 0.92 0.42
HSL 91.11º 0.85% 0.31% -
HSV(B) 91.11º 0.92% 0.58% -
XYZ 13.56 22.47 3.97 -
YUV 110.68 72.31 103.98 -
System Red Green Blue C M Y K H S L
Decimal 77 147 12 0.48 0 0.92 0.42 91.11 0.85 0.31
Hex 4D 93 C 30 0 5C 2A 5B 55 1F
Octal 115 223 14 60 0 134 52 133 125 37
Binary 1001101 10010011 1100 110000 0 1011100 101010 1011011 1010101 11111

Color Harmonies of #4D930C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D930C

Black with #4D930C

Text Example


Text Example

White with #4D930C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,147,12); }

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

background-color css

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

 a { background-color: rgb(77,147,12); }

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

border-color css

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

 span { border-color: rgb(77,147,12); }

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