Html Css Color HEX #4F970C Limeade

📋 copy color: '#4F970C'

red 79 ◦ green 151 ◦ blue 12

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

Shades of Limeade #4F970C

Tints of Limeade #4F970C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 62.4%

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

R = 32.64%
G = 62.4%
B = 4.96%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#4F970C (or 0x4F970C) is known color: Limeade. HEX triplet: 4F, 97 and 0C. RGB value is (79,151,12). Sum of RGB (Red+Green+Blue) = 79+151+12=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 12 (5.08% from 255 or 4.96% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #4F970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F970C is #B068F3. Grayscale: #727272. Windows color (decimal): -11561204 or 825167. OLE color: 825167.

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

Color convert

RGB 79 151 12 -
CMYK 0.48 0 0.92 0.41
HSL 91.08º 0.85% 0.32% -
HSV(B) 91.08º 0.92% 0.59% -
XYZ 14.36 23.82 4.19 -
YUV 113.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 79 151 12 0.48 0 0.92 0.41 91.08 0.85 0.32
Hex 4F 97 C 30 0 5C 29 5B 55 20
Octal 117 227 14 60 0 134 51 133 125 40
Binary 1001111 10010111 1100 110000 0 1011100 101001 1011011 1010101 100000

Color Harmonies of #4F970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F970C

Black with #4F970C

Text Example


Text Example

White with #4F970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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