Html Css Color HEX #4D9301 Limeade

📋 copy color: '#4D9301'

red 77 ◦ green 147 ◦ blue 1

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

Shades of Limeade #4D9301

Tints of Limeade #4D9301

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 34.22%
G = 65.33%
B = 0.44%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#4D9301 (or 0x4D9301) is known color: Limeade. HEX triplet: 4D, 93 and 01. RGB value is (77,147,1). Sum of RGB (Red+Green+Blue) = 77+147+1=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 147 (57.81% from 255 or 65.33% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 147 - color contains mainly: green. Hex color #4D9301 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9301 is #B26CFE. Grayscale: #6D6D6D. Windows color (decimal): -11693311 or 103245. OLE color: 103245.

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

Color convert

RGB 77 147 1 -
CMYK 0.48 0 0.99 0.42
HSL 88.77º 0.99% 0.29% -
HSV(B) 88.77º 0.99% 0.58% -
XYZ 13.5 22.45 3.65 -
YUV 109.43 66.81 104.87 -
System Red Green Blue C M Y K H S L
Decimal 77 147 1 0.48 0 0.99 0.42 88.77 0.99 0.29
Hex 4D 93 1 30 0 63 2A 59 63 1D
Octal 115 223 1 60 0 143 52 131 143 35
Binary 1001101 10010011 1 110000 0 1100011 101010 1011001 1100011 11101

Color Harmonies of #4D9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9301

Black with #4D9301

Text Example


Text Example

White with #4D9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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