Html Css Color HEX #4A9404 Limeade

📋 copy color: '#4A9404'

red 74 ◦ green 148 ◦ blue 4

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

Shades of Limeade #4A9404

Tints of Limeade #4A9404

RGB

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

 GREEN value IS 148 (58.2% from 255) = 65.49%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 32.74%
G = 65.49%
B = 1.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.97

 K value IS 0.42

RGB Variations

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

Color information

#4A9404 (or 0x4A9404) is known color: Limeade. HEX triplet: 4A, 94 and 04. RGB value is (74,148,4). Sum of RGB (Red+Green+Blue) = 74+148+4=226 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.74% from 226); Green value is 148 (58.20% from 255 or 65.49% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9404 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9404 is #B56BFB. Grayscale: #6D6D6D. Windows color (decimal): -11889660 or 300106. OLE color: 300106.

HSL color Cylindrical-coordinate representation of color #4A9404: hue angle of 90.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4A9404 is Cyan = 0.50, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.

Color convert

RGB 74 148 4 -
CMYK 0.50 0 0.97 0.42
HSL 90.83º 0.95% 0.3% -
HSV(B) 90.83º 0.97% 0.58% -
XYZ 13.44 22.64 3.78 -
YUV 109.46 68.48 102.71 -
System Red Green Blue C M Y K H S L
Decimal 74 148 4 0.50 0 0.97 0.42 90.83 0.95 0.3
Hex 4A 94 4 32 0 61 2A 5B 5F 1E
Octal 112 224 4 62 0 141 52 133 137 36
Binary 1001010 10010100 100 110010 0 1100001 101010 1011011 1011111 11110

Color Harmonies of #4A9404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9404

Black with #4A9404

Text Example


Text Example

White with #4A9404

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,148,4); }

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

background-color css

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

 a { background-color: rgb(74,148,4); }

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

border-color css

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

 span { border-color: rgb(74,148,4); }

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