Html Css Color HEX #4D981F Limeade

📋 copy color: '#4D981F'

red 77 ◦ green 152 ◦ blue 31

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

Shades of Limeade #4D981F

Tints of Limeade #4D981F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 58.46%

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

R = 29.62%
G = 58.46%
B = 11.92%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#4D981F (or 0x4D981F) is known color: Limeade. HEX triplet: 4D, 98 and 1F. RGB value is (77,152,31). Sum of RGB (Red+Green+Blue) = 77+152+31=260 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.62% from 260); Green value is 152 (59.77% from 255 or 58.46% from 260); Blue value is 31 (12.5% from 255 or 11.92% from 260); Max value from RGB is 152 - color contains mainly: green. Hex color #4D981F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D981F is #B267E0. Grayscale: #747474. Windows color (decimal): -11692001 or 2070605. OLE color: 2070605.

HSL color Cylindrical-coordinate representation of color #4D981F: hue angle of 97.19º degrees, saturation: 0.66, 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 #4D981F is Cyan = 0.49, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 31 -
CMYK 0.49 0 0.80 0.40
HSL 97.19º 0.66% 0.36% -
HSV(B) 97.19º 0.8% 0.6% -
XYZ 14.54 24.13 5.19 -
YUV 115.78 80.15 100.34 -
System Red Green Blue C M Y K H S L
Decimal 77 152 31 0.49 0 0.80 0.40 97.19 0.66 0.36
Hex 4D 98 1F 31 0 50 28 61 42 24
Octal 115 230 37 61 0 120 50 141 102 44
Binary 1001101 10011000 11111 110001 0 1010000 101000 1100001 1000010 100100

Color Harmonies of #4D981F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D981F

Black with #4D981F

Text Example


Text Example

White with #4D981F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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