Html Css Color HEX #4DA428 Limeade

📋 copy color: '#4DA428'

red 77 ◦ green 164 ◦ blue 40

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

Shades of Limeade #4DA428

Tints of Limeade #4DA428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.23%

R = 27.4%
G = 58.36%
B = 14.23%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#4DA428 (or 0x4DA428) is known color: Limeade. HEX triplet: 4D, A4 and 28. RGB value is (77,164,40). Sum of RGB (Red+Green+Blue) = 77+164+40=281 (37% of max value = 765). Red value is 77 (30.47% from 255 or 27.40% from 281); Green value is 164 (64.45% from 255 or 58.36% from 281); Blue value is 40 (16.02% from 255 or 14.23% from 281); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4DA428 is #B25BD7. Grayscale: #7C7C7C. Windows color (decimal): -11688920 or 2663501. OLE color: 2663501.

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

Color convert

RGB 77 164 40 -
CMYK 0.53 0 0.76 0.36
HSL 102.1º 0.61% 0.4% -
HSV(B) 102.1º 0.76% 0.64% -
XYZ 16.72 28.28 6.59 -
YUV 123.85 80.68 94.58 -
System Red Green Blue C M Y K H S L
Decimal 77 164 40 0.53 0 0.76 0.36 102.1 0.61 0.4
Hex 4D A4 28 35 0 4C 24 66 3D 28
Octal 115 244 50 65 0 114 44 146 75 50
Binary 1001101 10100100 101000 110101 0 1001100 100100 1100110 111101 101000

Color Harmonies of #4DA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DA428

Black with #4DA428

Text Example


Text Example

White with #4DA428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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