Html Css Color HEX #4F950C Limeade

📋 copy color: '#4F950C'

red 79 ◦ green 149 ◦ blue 12

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

Shades of Limeade #4F950C

Tints of Limeade #4F950C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 32.92%
G = 62.08%
B = 5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#4F950C (or 0x4F950C) is known color: Limeade. HEX triplet: 4F, 95 and 0C. RGB value is (79,149,12). Sum of RGB (Red+Green+Blue) = 79+149+12=240 (31% of max value = 765). Red value is 79 (31.25% from 255 or 32.92% from 240); Green value is 149 (58.59% from 255 or 62.08% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 149 - color contains mainly: green. Hex color #4F950C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F950C is #B06AF3. Grayscale: #707070. Windows color (decimal): -11561716 or 824655. OLE color: 824655.

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

Color convert

RGB 79 149 12 -
CMYK 0.47 0 0.92 0.42
HSL 90.66º 0.85% 0.32% -
HSV(B) 90.66º 0.92% 0.58% -
XYZ 14.04 23.18 4.08 -
YUV 112.45 71.31 104.14 -
System Red Green Blue C M Y K H S L
Decimal 79 149 12 0.47 0 0.92 0.42 90.66 0.85 0.32
Hex 4F 95 C 2F 0 5C 2A 5B 55 20
Octal 117 225 14 57 0 134 52 133 125 40
Binary 1001111 10010101 1100 101111 0 1011100 101010 1011011 1010101 100000

Color Harmonies of #4F950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F950C

Black with #4F950C

Text Example


Text Example

White with #4F950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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