Html Css Color HEX #4F941A Limeade

📋 copy color: '#4F941A'

red 79 ◦ green 148 ◦ blue 26

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

Shades of Limeade #4F941A

Tints of Limeade #4F941A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 58.5%

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

R = 31.23%
G = 58.5%
B = 10.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.82

 K value IS 0.42

RGB Variations

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

Color information

#4F941A (or 0x4F941A) is known color: Limeade. HEX triplet: 4F, 94 and 1A. RGB value is (79,148,26). Sum of RGB (Red+Green+Blue) = 79+148+26=253 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.23% from 253); Green value is 148 (58.20% from 255 or 58.50% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 148 - color contains mainly: green. Hex color #4F941A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F941A is #B06BE5. Grayscale: #717171. Windows color (decimal): -11561958 or 1741903. OLE color: 1741903.

HSL color Cylindrical-coordinate representation of color #4F941A: hue angle of 93.93º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4F941A is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.42.

Color convert

RGB 79 148 26 -
CMYK 0.47 0 0.82 0.42
HSL 93.93º 0.7% 0.34% -
HSV(B) 93.93º 0.82% 0.58% -
XYZ 14 22.92 4.66 -
YUV 113.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 79 148 26 0.47 0 0.82 0.42 93.93 0.7 0.34
Hex 4F 94 1A 2F 0 52 2A 5E 46 22
Octal 117 224 32 57 0 122 52 136 106 42
Binary 1001111 10010100 11010 101111 0 1010010 101010 1011110 1000110 100010

Color Harmonies of #4F941A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F941A

Black with #4F941A

Text Example


Text Example

White with #4F941A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,148,26); }

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

background-color css

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

 a { background-color: rgb(79,148,26); }

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

border-color css

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

 span { border-color: rgb(79,148,26); }

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