Html Css Color HEX #4F951A Limeade

📋 copy color: '#4F951A'

red 79 ◦ green 149 ◦ blue 26

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

Shades of Limeade #4F951A

Tints of Limeade #4F951A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 58.66%

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

R = 31.1%
G = 58.66%
B = 10.24%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#4F951A (or 0x4F951A) is known color: Limeade. HEX triplet: 4F, 95 and 1A. RGB value is (79,149,26). Sum of RGB (Red+Green+Blue) = 79+149+26=254 (33% of max value = 765). Red value is 79 (31.25% from 255 or 31.10% from 254); Green value is 149 (58.59% from 255 or 58.66% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 149 - color contains mainly: green. Hex color #4F951A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #4F951A is #B06AE5. Grayscale: #727272. Windows color (decimal): -11561702 or 1742159. OLE color: 1742159.

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

Color convert

RGB 79 149 26 -
CMYK 0.47 0 0.83 0.42
HSL 94.15º 0.7% 0.34% -
HSV(B) 94.15º 0.83% 0.58% -
XYZ 14.16 23.23 4.72 -
YUV 114.05 78.31 103 -
System Red Green Blue C M Y K H S L
Decimal 79 149 26 0.47 0 0.83 0.42 94.15 0.7 0.34
Hex 4F 95 1A 2F 0 53 2A 5E 46 22
Octal 117 225 32 57 0 123 52 136 106 42
Binary 1001111 10010101 11010 101111 0 1010011 101010 1011110 1000110 100010

Color Harmonies of #4F951A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F951A

Black with #4F951A

Text Example


Text Example

White with #4F951A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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