#4A9403

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

Shades of Limeade #4A9403

Tints of Limeade #4A9403

Color information

#4A9403 (or 0x4A9403) is unknown color: approx Limeade. HEX triplet: 4A, 94 and 03. RGB value is (74,148,3). Sum of RGB (Red+Green+Blue) = 74+148+3=225 (29% of max value = 765). Red value is 74 (29.30% from 255 or 32.89% from 225); Green value is 148 (58.20% from 255 or 65.78% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9403 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4A9403 is #B56BFC. Grayscale: #6D6D6D. Windows color (decimal): -11889661 or 234570. OLE color: 234570.

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

Color convert

RGB741483-
CMYK0.5000.980.42
HSL90.62º96.03%29.61%-
HSV(B)90.62º97.97%58.04%-
XYZ13.4322.643.75-
YUV109.3467.98102.79-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 32.89%
GREEN value IS 148 (58.20% from 255) = 65.78%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=32.89%
G=65.78%
B=1.33%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal7414830.5000.980.4290.6296.0329.61
Hex4A943320622A5b601e
Octal11222436201425213314036
Binary10010101001010011110010011000101010101011011110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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