Html Css Color HEX #4D9701 Limeade

📋 copy color: '#4D9701'

red 77 ◦ green 151 ◦ blue 1

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

Shades of Limeade #4D9701

Tints of Limeade #4D9701

RGB

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

 GREEN value IS 151 (59.38% from 255) = 65.94%

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

R = 33.62%
G = 65.94%
B = 0.44%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#4D9701 (or 0x4D9701) is known color: Limeade. HEX triplet: 4D, 97 and 01. RGB value is (77,151,1). Sum of RGB (Red+Green+Blue) = 77+151+1=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 151 (59.38% from 255 or 65.94% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 151 - color contains mainly: green. Hex color #4D9701 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D9701 is #B268FE. Grayscale: #707070. Windows color (decimal): -11692287 or 104269. OLE color: 104269.

HSL color Cylindrical-coordinate representation of color #4D9701: hue angle of 89.6º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D9701 is Cyan = 0.49, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.

Color convert

RGB 77 151 1 -
CMYK 0.49 0 0.99 0.41
HSL 89.6º 0.99% 0.3% -
HSV(B) 89.6º 0.99% 0.59% -
XYZ 14.13 23.71 3.86 -
YUV 111.77 65.48 103.2 -
System Red Green Blue C M Y K H S L
Decimal 77 151 1 0.49 0 0.99 0.41 89.6 0.99 0.3
Hex 4D 97 1 31 0 63 29 5A 63 1E
Octal 115 227 1 61 0 143 51 132 143 36
Binary 1001101 10010111 1 110001 0 1100011 101001 1011010 1100011 11110

Color Harmonies of #4D9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9701

Black with #4D9701

Text Example


Text Example

White with #4D9701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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