Html Css Color HEX #4FA01F Limeade

📋 copy color: '#4FA01F'

red 79 ◦ green 160 ◦ blue 31

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

Shades of Limeade #4FA01F

Tints of Limeade #4FA01F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.48%

R = 29.26%
G = 59.26%
B = 11.48%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.81

 K value IS 0.37

RGB Variations

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

Color information

#4FA01F (or 0x4FA01F) is known color: Limeade. HEX triplet: 4F, A0 and 1F. RGB value is (79,160,31). Sum of RGB (Red+Green+Blue) = 79+160+31=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 160 (62.89% from 255 or 59.26% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 160 - color contains mainly: green. Hex color #4FA01F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4FA01F is #B05FE0. Grayscale: #797979. Windows color (decimal): -11558881 or 2072655. OLE color: 2072655.

HSL color Cylindrical-coordinate representation of color #4FA01F: hue angle of 97.67º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4FA01F is Cyan = 0.51, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 160 31 -
CMYK 0.51 0 0.81 0.37
HSL 97.67º 0.68% 0.37% -
HSV(B) 97.67º 0.81% 0.63% -
XYZ 16.04 26.9 5.64 -
YUV 121.08 77.16 97.99 -
System Red Green Blue C M Y K H S L
Decimal 79 160 31 0.51 0 0.81 0.37 97.67 0.68 0.37
Hex 4F A0 1F 33 0 51 25 62 44 25
Octal 117 240 37 63 0 121 45 142 104 45
Binary 1001111 10100000 11111 110011 0 1010001 100101 1100010 1000100 100101

Color Harmonies of #4FA01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA01F

Black with #4FA01F

Text Example


Text Example

White with #4FA01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,160,31); }

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

background-color css

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

 a { background-color: rgb(79,160,31); }

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

border-color css

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

 span { border-color: rgb(79,160,31); }

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