Html Css Color HEX #4F980B Limeade

📋 copy color: '#4F980B'

red 79 ◦ green 152 ◦ blue 11

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

Shades of Limeade #4F980B

Tints of Limeade #4F980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.81%

 BLUE value IS 11 (4.69% from 255) = 4.55%

R = 32.64%
G = 62.81%
B = 4.55%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#4F980B (or 0x4F980B) is known color: Limeade. HEX triplet: 4F, 98 and 0B. RGB value is (79,152,11). Sum of RGB (Red+Green+Blue) = 79+152+11=242 (32% of max value = 765). Red value is 79 (31.25% from 255 or 32.64% from 242); Green value is 152 (59.77% from 255 or 62.81% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 152 - color contains mainly: green. Hex color #4F980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #4F980B is #B067F4. Grayscale: #727272. Windows color (decimal): -11560949 or 759887. OLE color: 759887.

HSL color Cylindrical-coordinate representation of color #4F980B: hue angle of 91.06º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4F980B is Cyan = 0.48, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 79 152 11 -
CMYK 0.48 0 0.93 0.40
HSL 91.06º 0.87% 0.32% -
HSV(B) 91.06º 0.93% 0.6% -
XYZ 14.51 24.14 4.21 -
YUV 114.1 69.82 102.96 -
System Red Green Blue C M Y K H S L
Decimal 79 152 11 0.48 0 0.93 0.40 91.06 0.87 0.32
Hex 4F 98 B 30 0 5D 28 5B 57 20
Octal 117 230 13 60 0 135 50 133 127 40
Binary 1001111 10011000 1011 110000 0 1011101 101000 1011011 1010111 100000

Color Harmonies of #4F980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F980B

Black with #4F980B

Text Example


Text Example

White with #4F980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,152,11); }

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

background-color css

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

 a { background-color: rgb(79,152,11); }

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

border-color css

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

 span { border-color: rgb(79,152,11); }

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