Html Css Color HEX #4A9711 Limeade

📋 copy color: '#4A9711'

red 74 ◦ green 151 ◦ blue 17

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

Shades of Limeade #4A9711

Tints of Limeade #4A9711

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.02%

R = 30.58%
G = 62.4%
B = 7.02%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.89

 K value IS 0.41

RGB Variations

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

Color information

#4A9711 (or 0x4A9711) is known color: Limeade. HEX triplet: 4A, 97 and 11. RGB value is (74,151,17). Sum of RGB (Red+Green+Blue) = 74+151+17=242 (32% of max value = 765). Red value is 74 (29.30% from 255 or 30.58% from 242); Green value is 151 (59.38% from 255 or 62.40% from 242); Blue value is 17 (7.03% from 255 or 7.02% from 242); Max value from RGB is 151 - color contains mainly: green. Hex color #4A9711 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9711 is #B568EE. Grayscale: #717171. Windows color (decimal): -11888879 or 1152842. OLE color: 1152842.

HSL color Cylindrical-coordinate representation of color #4A9711: hue angle of 94.48º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4A9711 is Cyan = 0.51, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.41.

Color convert

RGB 74 151 17 -
CMYK 0.51 0 0.89 0.41
HSL 94.48º 0.8% 0.33% -
HSV(B) 94.48º 0.89% 0.59% -
XYZ 13.99 23.63 4.35 -
YUV 112.7 73.99 100.4 -
System Red Green Blue C M Y K H S L
Decimal 74 151 17 0.51 0 0.89 0.41 94.48 0.8 0.33
Hex 4A 97 11 33 0 59 29 5E 50 21
Octal 112 227 21 63 0 131 51 136 120 41
Binary 1001010 10010111 10001 110011 0 1011001 101001 1011110 1010000 100001

Color Harmonies of #4A9711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9711

Black with #4A9711

Text Example


Text Example

White with #4A9711

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,151,17); }

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

background-color css

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

 a { background-color: rgb(74,151,17); }

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

border-color css

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

 span { border-color: rgb(74,151,17); }

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