Html Css Color HEX #4D991E Limeade

📋 copy color: '#4D991E'

red 77 ◦ green 153 ◦ blue 30

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

Shades of Limeade #4D991E

Tints of Limeade #4D991E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 58.85%

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

R = 29.62%
G = 58.85%
B = 11.54%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.80

 K value IS 0.4

RGB Variations

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

Color information

#4D991E (or 0x4D991E) is known color: Limeade. HEX triplet: 4D, 99 and 1E. RGB value is (77,153,30). Sum of RGB (Red+Green+Blue) = 77+153+30=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 153 (60.16% from 255 or 58.85% from 260); Blue value is 30 (12.11% from 255 or 11.54% from 260); Max value from RGB is 153 - color contains mainly: green. Hex color #4D991E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D991E is #B266E1. Grayscale: #747474. Windows color (decimal): -11691746 or 2005325. OLE color: 2005325.

HSL color Cylindrical-coordinate representation of color #4D991E: hue angle of 97.07º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4D991E is Cyan = 0.50, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.4.

Color convert

RGB 77 153 30 -
CMYK 0.50 0 0.80 0.4
HSL 97.07º 0.67% 0.36% -
HSV(B) 97.07º 0.8% 0.6% -
XYZ 14.69 24.45 5.17 -
YUV 116.25 79.32 100 -
System Red Green Blue C M Y K H S L
Decimal 77 153 30 0.50 0 0.80 0.4 97.07 0.67 0.36
Hex 4D 99 1E 32 0 50 28 61 43 24
Octal 115 231 36 62 0 120 50 141 103 44
Binary 1001101 10011001 11110 110010 0 1010000 101000 1100001 1000011 100100

Color Harmonies of #4D991E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D991E

Black with #4D991E

Text Example


Text Example

White with #4D991E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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