Html Css Color HEX #4D971F Limeade

📋 copy color: '#4D971F'

red 77 ◦ green 151 ◦ blue 31

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

Shades of Limeade #4D971F

Tints of Limeade #4D971F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.97%

R = 29.73%
G = 58.3%
B = 11.97%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.79

 K value IS 0.41

RGB Variations

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

Color information

#4D971F (or 0x4D971F) is known color: Limeade. HEX triplet: 4D, 97 and 1F. RGB value is (77,151,31). Sum of RGB (Red+Green+Blue) = 77+151+31=259 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.73% from 259); Green value is 151 (59.38% from 255 or 58.30% from 259); Blue value is 31 (12.5% from 255 or 11.97% from 259); Max value from RGB is 151 - color contains mainly: green. Hex color #4D971F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D971F is #B268E0. Grayscale: #737373. Windows color (decimal): -11692257 or 2070349. OLE color: 2070349.

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

Color convert

RGB 77 151 31 -
CMYK 0.49 0 0.79 0.41
HSL 97º 0.66% 0.36% -
HSV(B) 97º 0.79% 0.59% -
XYZ 14.37 23.81 5.13 -
YUV 115.19 80.48 100.76 -
System Red Green Blue C M Y K H S L
Decimal 77 151 31 0.49 0 0.79 0.41 97 0.66 0.36
Hex 4D 97 1F 31 0 4F 29 61 42 24
Octal 115 227 37 61 0 117 51 141 102 44
Binary 1001101 10010111 11111 110001 0 1001111 101001 1100001 1000010 100100

Color Harmonies of #4D971F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D971F

Black with #4D971F

Text Example


Text Example

White with #4D971F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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