Html Css Color HEX #4DA42B Limeade

📋 copy color: '#4DA42B'

red 77 ◦ green 164 ◦ blue 43

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

Shades of Limeade #4DA42B

Tints of Limeade #4DA42B

RGB

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

 GREEN value IS 164 (64.45% from 255) = 57.75%

 BLUE value IS 43 (17.19% from 255) = 15.14%

R = 27.11%
G = 57.75%
B = 15.14%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#4DA42B (or 0x4DA42B) is known color: Limeade. HEX triplet: 4D, A4 and 2B. RGB value is (77,164,43). Sum of RGB (Red+Green+Blue) = 77+164+43=284 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.11% from 284); Green value is 164 (64.45% from 255 or 57.75% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA42B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA42B is #B25BD4. Grayscale: #7C7C7C. Windows color (decimal): -11688917 or 2860109. OLE color: 2860109.

HSL color Cylindrical-coordinate representation of color #4DA42B: hue angle of 103.14º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4DA42B is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.36.

Color convert

RGB 77 164 43 -
CMYK 0.53 0 0.74 0.36
HSL 103.14º 0.58% 0.41% -
HSV(B) 103.14º 0.74% 0.64% -
XYZ 16.77 28.3 6.86 -
YUV 124.19 82.18 94.34 -
System Red Green Blue C M Y K H S L
Decimal 77 164 43 0.53 0 0.74 0.36 103.14 0.58 0.41
Hex 4D A4 2B 35 0 4A 24 67 3A 29
Octal 115 244 53 65 0 112 44 147 72 51
Binary 1001101 10100100 101011 110101 0 1001010 100100 1100111 111010 101001

Color Harmonies of #4DA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA42B

Black with #4DA42B

Text Example


Text Example

White with #4DA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,164,43); }

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

background-color css

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

 a { background-color: rgb(77,164,43); }

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

border-color css

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

 span { border-color: rgb(77,164,43); }

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