Html Css Color HEX #4A9301 Limeade

📋 copy color: '#4A9301'

red 74 ◦ green 147 ◦ blue 1

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

Shades of Limeade #4A9301

Tints of Limeade #4A9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 66.22%

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

R = 33.33%
G = 66.22%
B = 0.45%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#4A9301 (or 0x4A9301) is known color: Limeade. HEX triplet: 4A, 93 and 01. RGB value is (74,147,1). Sum of RGB (Red+Green+Blue) = 74+147+1=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 147 (57.81% from 255 or 66.22% from 222); Blue value is 1 (0.78% from 255 or 0.45% from 222); Max value from RGB is 147 - color contains mainly: green. Hex color #4A9301 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9301 is #B56CFE. Grayscale: #6D6D6D. Windows color (decimal): -11889919 or 103242. OLE color: 103242.

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

Color convert

RGB 74 147 1 -
CMYK 0.50 0 0.99 0.42
HSL 90º 0.99% 0.29% -
HSV(B) 90º 0.99% 0.58% -
XYZ 13.26 22.33 3.64 -
YUV 108.53 67.32 103.37 -
System Red Green Blue C M Y K H S L
Decimal 74 147 1 0.50 0 0.99 0.42 90 0.99 0.29
Hex 4A 93 1 32 0 63 2A 5A 63 1D
Octal 112 223 1 62 0 143 52 132 143 35
Binary 1001010 10010011 1 110010 0 1100011 101010 1011010 1100011 11101

Color Harmonies of #4A9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A9301

Black with #4A9301

Text Example


Text Example

White with #4A9301

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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