Html Css Color HEX #4D970E Limeade

📋 copy color: '#4D970E'

red 77 ◦ green 151 ◦ blue 14

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

Shades of Limeade #4D970E

Tints of Limeade #4D970E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.79%

R = 31.82%
G = 62.4%
B = 5.79%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.91

 K value IS 0.41

RGB Variations

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

Color information

#4D970E (or 0x4D970E) is known color: Limeade. HEX triplet: 4D, 97 and 0E. RGB value is (77,151,14). Sum of RGB (Red+Green+Blue) = 77+151+14=242 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.82% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 14 (5.86% from 255 or 5.79% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #4D970E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4D970E is #B268F1. Grayscale: #717171. Windows color (decimal): -11692274 or 956237. OLE color: 956237.

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

Color convert

RGB 77 151 14 -
CMYK 0.49 0 0.91 0.41
HSL 92.41º 0.83% 0.32% -
HSV(B) 92.41º 0.91% 0.59% -
XYZ 14.21 23.74 4.25 -
YUV 113.26 71.98 102.14 -
System Red Green Blue C M Y K H S L
Decimal 77 151 14 0.49 0 0.91 0.41 92.41 0.83 0.32
Hex 4D 97 E 31 0 5B 29 5C 53 20
Octal 115 227 16 61 0 133 51 134 123 40
Binary 1001101 10010111 1110 110001 0 1011011 101001 1011100 1010011 100000

Color Harmonies of #4D970E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D970E

Black with #4D970E

Text Example


Text Example

White with #4D970E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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