Html Css Color HEX #4D971E Limeade

📋 copy color: '#4D971E'

red 77 ◦ green 151 ◦ blue 30

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

Shades of Limeade #4D971E

Tints of Limeade #4D971E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.63%

R = 29.84%
G = 58.53%
B = 11.63%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.41

RGB Variations

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

Color information

#4D971E (or 0x4D971E) is known color: Limeade. HEX triplet: 4D, 97 and 1E. RGB value is (77,151,30). Sum of RGB (Red+Green+Blue) = 77+151+30=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 151 (59.38% from 255 or 58.53% from 258); Blue value is 30 (12.11% from 255 or 11.63% from 258); Max value from RGB is 151 - color contains mainly: green. Hex color #4D971E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D971E is #B268E1. Grayscale: #737373. Windows color (decimal): -11692258 or 2004813. OLE color: 2004813.

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

Color convert

RGB 77 151 30 -
CMYK 0.49 0 0.80 0.41
HSL 96.69º 0.67% 0.35% -
HSV(B) 96.69º 0.8% 0.59% -
XYZ 14.36 23.8 5.07 -
YUV 115.08 79.98 100.84 -
System Red Green Blue C M Y K H S L
Decimal 77 151 30 0.49 0 0.80 0.41 96.69 0.67 0.35
Hex 4D 97 1E 31 0 50 29 61 43 23
Octal 115 227 36 61 0 120 51 141 103 43
Binary 1001101 10010111 11110 110001 0 1010000 101001 1100001 1000011 100011

Color Harmonies of #4D971E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D971E

Black with #4D971E

Text Example


Text Example

White with #4D971E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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