Html Css Color HEX #4A980F Limeade

📋 copy color: '#4A980F'

red 74 ◦ green 152 ◦ blue 15

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

Shades of Limeade #4A980F

Tints of Limeade #4A980F

RGB

 RED value IS 74 (29.3% from 255) = 30.71%

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

 BLUE value IS 15 (6.25% from 255) = 6.22%

R = 30.71%
G = 63.07%
B = 6.22%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#4A980F (or 0x4A980F) is known color: Limeade. HEX triplet: 4A, 98 and 0F. RGB value is (74,152,15). Sum of RGB (Red+Green+Blue) = 74+152+15=241 (31% of max value = 765). Red value is 74 (29.30% from 255 or 30.71% from 241); Green value is 152 (59.77% from 255 or 63.07% from 241); Blue value is 15 (6.25% from 255 or 6.22% from 241); Max value from RGB is 152 - color contains mainly: green. Hex color #4A980F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A980F is #B567F0. Grayscale: #717171. Windows color (decimal): -11888625 or 1022026. OLE color: 1022026.

HSL color Cylindrical-coordinate representation of color #4A980F: hue angle of 94.16º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4A980F is Cyan = 0.51, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 74 152 15 -
CMYK 0.51 0 0.90 0.40
HSL 94.16º 0.82% 0.33% -
HSV(B) 94.16º 0.9% 0.6% -
XYZ 14.14 23.95 4.33 -
YUV 113.06 72.66 100.14 -
System Red Green Blue C M Y K H S L
Decimal 74 152 15 0.51 0 0.90 0.40 94.16 0.82 0.33
Hex 4A 98 F 33 0 5A 28 5E 52 21
Octal 112 230 17 63 0 132 50 136 122 41
Binary 1001010 10011000 1111 110011 0 1011010 101000 1011110 1010010 100001

Color Harmonies of #4A980F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A980F

Black with #4A980F

Text Example


Text Example

White with #4A980F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,152,15); }

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

background-color css

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

 a { background-color: rgb(74,152,15); }

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

border-color css

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

 span { border-color: rgb(74,152,15); }

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