#4A9400

Color #4A9400 Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #4A9400

Tints of Limeade #4A9400

Color information

#4A9400 (or 0x4A9400) is unknown color: approx Limeade. HEX triplet: 4A, 94 and 00. RGB value is (74,148,0). Sum of RGB (Red+Green+Blue) = 74+148+0=222 (29% of max value = 765). Red value is 74 (29.30% from 255 or 33.33% from 222); Green value is 148 (58.20% from 255 or 66.67% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9400 is #B56BFF. Grayscale: #6D6D6D. Windows color (decimal): -11889664 or 37962. OLE color: 37962.

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

Color convert

RGB741480-
CMYK0.50010.42
HSL90º100%29.02%-
HSV(B)90º100%58.04%-
XYZ13.4122.643.66-
YUV10966.48103.03-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 33.33%
GREEN value IS 148 (58.20% from 255) = 66.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=33.33%
G=66.67%
B=0%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7414800.50010.429010029.02
Hex4A940320642A5a641d
Octal11222406201445213214435
Binary1001010100101000110010011001001010101011010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4A9400;
 }
 .AnyTagClassName
 {
   color: #4A9400;
 }
</style>
background-color css

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

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

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

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

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

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