Html Css Color HEX #4D981D Limeade

📋 copy color: '#4D981D'

red 77 ◦ green 152 ◦ blue 29

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

Shades of Limeade #4D981D

Tints of Limeade #4D981D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.24%

R = 29.84%
G = 58.91%
B = 11.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#4D981D (or 0x4D981D) is known color: Limeade. HEX triplet: 4D, 98 and 1D. RGB value is (77,152,29). Sum of RGB (Red+Green+Blue) = 77+152+29=258 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.84% from 258); Green value is 152 (59.77% from 255 or 58.91% from 258); Blue value is 29 (11.72% from 255 or 11.24% from 258); Max value from RGB is 152 - color contains mainly: green. Hex color #4D981D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4D981D is #B267E2. Grayscale: #737373. Windows color (decimal): -11692003 or 1939533. OLE color: 1939533.

HSL color Cylindrical-coordinate representation of color #4D981D: hue angle of 96.59º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D981D is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 77 152 29 -
CMYK 0.49 0 0.81 0.40
HSL 96.59º 0.68% 0.35% -
HSV(B) 96.59º 0.81% 0.6% -
XYZ 14.51 24.12 5.05 -
YUV 115.55 79.15 100.5 -
System Red Green Blue C M Y K H S L
Decimal 77 152 29 0.49 0 0.81 0.40 96.59 0.68 0.35
Hex 4D 98 1D 31 0 51 28 61 44 23
Octal 115 230 35 61 0 121 50 141 104 43
Binary 1001101 10011000 11101 110001 0 1010001 101000 1100001 1000100 100011

Color Harmonies of #4D981D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D981D

Black with #4D981D

Text Example


Text Example

White with #4D981D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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