Html Css Color HEX #4DA01A Limeade

📋 copy color: '#4DA01A'

red 77 ◦ green 160 ◦ blue 26

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

Shades of Limeade #4DA01A

Tints of Limeade #4DA01A

RGB

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

 GREEN value IS 160 (62.89% from 255) = 60.84%

 BLUE value IS 26 (10.55% from 255) = 9.89%

R = 29.28%
G = 60.84%
B = 9.89%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#4DA01A (or 0x4DA01A) is known color: Limeade. HEX triplet: 4D, A0 and 1A. RGB value is (77,160,26). Sum of RGB (Red+Green+Blue) = 77+160+26=263 (34% of max value = 765). Red value is 77 (30.47% from 255 or 29.28% from 263); Green value is 160 (62.89% from 255 or 60.84% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 160 - color contains mainly: green. Hex color #4DA01A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA01A is #B25FE5. Grayscale: #787878. Windows color (decimal): -11689958 or 1744973. OLE color: 1744973.

HSL color Cylindrical-coordinate representation of color #4DA01A: hue angle of 97.16º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4DA01A is Cyan = 0.52, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 77 160 26 -
CMYK 0.52 0 0.84 0.37
HSL 97.16º 0.72% 0.36% -
HSV(B) 97.16º 0.84% 0.63% -
XYZ 15.82 26.79 5.32 -
YUV 119.91 75 97.4 -
System Red Green Blue C M Y K H S L
Decimal 77 160 26 0.52 0 0.84 0.37 97.16 0.72 0.36
Hex 4D A0 1A 34 0 54 25 61 48 24
Octal 115 240 32 64 0 124 45 141 110 44
Binary 1001101 10100000 11010 110100 0 1010100 100101 1100001 1001000 100100

Color Harmonies of #4DA01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA01A

Black with #4DA01A

Text Example


Text Example

White with #4DA01A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,160,26); }

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

background-color css

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

 a { background-color: rgb(77,160,26); }

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

border-color css

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

 span { border-color: rgb(77,160,26); }

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