Html Css Color HEX #4A9701 Limeade

📋 copy color: '#4A9701'

red 74 ◦ green 151 ◦ blue 1

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

Shades of Limeade #4A9701

Tints of Limeade #4A9701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 32.74%
G = 66.81%
B = 0.44%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#4A9701 (or 0x4A9701) is known color: Limeade. HEX triplet: 4A, 97 and 01. RGB value is (74,151,1). Sum of RGB (Red+Green+Blue) = 74+151+1=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 151 (59.38% from 255 or 66.81% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 151 - color contains mainly: green. Hex color #4A9701 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9701 is #B568FE. Grayscale: #6F6F6F. Windows color (decimal): -11888895 or 104266. OLE color: 104266.

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

Color convert

RGB 74 151 1 -
CMYK 0.51 0 0.99 0.41
HSL 90.8º 0.99% 0.3% -
HSV(B) 90.8º 0.99% 0.59% -
XYZ 13.9 23.59 3.85 -
YUV 110.88 65.99 101.7 -
System Red Green Blue C M Y K H S L
Decimal 74 151 1 0.51 0 0.99 0.41 90.8 0.99 0.3
Hex 4A 97 1 33 0 63 29 5B 63 1E
Octal 112 227 1 63 0 143 51 133 143 36
Binary 1001010 10010111 1 110011 0 1100011 101001 1011011 1100011 11110

Color Harmonies of #4A9701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9701

Black with #4A9701

Text Example


Text Example

White with #4A9701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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