Html Css Color HEX #4FA528 Limeade

📋 copy color: '#4FA528'

red 79 ◦ green 165 ◦ blue 40

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

Shades of Limeade #4FA528

Tints of Limeade #4FA528

RGB

 RED value IS 79 (31.25% from 255) = 27.82%

 GREEN value IS 165 (64.84% from 255) = 58.1%

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

R = 27.82%
G = 58.1%
B = 14.08%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#4FA528 (or 0x4FA528) is known color: Limeade. HEX triplet: 4F, A5 and 28. RGB value is (79,165,40). Sum of RGB (Red+Green+Blue) = 79+165+40=284 (37% of max value = 765). Red value is 79 (31.25% from 255 or 27.82% from 284); Green value is 165 (64.84% from 255 or 58.10% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA528 is #B05AD7. Grayscale: #7D7D7D. Windows color (decimal): -11557592 or 2663759. OLE color: 2663759.

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

Color convert

RGB 79 165 40 -
CMYK 0.52 0 0.76 0.35
HSL 101.28º 0.61% 0.4% -
HSV(B) 101.28º 0.76% 0.65% -
XYZ 17.06 28.73 6.65 -
YUV 125.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 79 165 40 0.52 0 0.76 0.35 101.28 0.61 0.4
Hex 4F A5 28 34 0 4C 23 65 3D 28
Octal 117 245 50 64 0 114 43 145 75 50
Binary 1001111 10100101 101000 110100 0 1001100 100011 1100101 111101 101000

Color Harmonies of #4FA528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA528

Black with #4FA528

Text Example


Text Example

White with #4FA528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,165,40); }

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

background-color css

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

 a { background-color: rgb(79,165,40); }

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

border-color css

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

 span { border-color: rgb(79,165,40); }

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