#4C9802

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

Shades of Limeade #4C9802

Tints of Limeade #4C9802

Color information

#4C9802 (or 0x4C9802) is unknown color: approx Limeade. HEX triplet: 4C, 98 and 02. RGB value is (76,152,2). Sum of RGB (Red+Green+Blue) = 76+152+2=230 (30% of max value = 765). Red value is 76 (30.08% from 255 or 33.04% from 230); Green value is 152 (59.77% from 255 or 66.09% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9802 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9802 is #B367FD. Grayscale: #707070. Windows color (decimal): -11757566 or 170060. OLE color: 170060.

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

Color convert

RGB761522-
CMYK0.5000.990.40
HSL90.4º97.4%30.2%-
HSV(B)90.4º98.68%59.61%-
XYZ14.22243.94-
YUV112.1865.82102.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.04%
GREEN value IS 152 (59.77% from 255) = 66.09%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=33.04%
G=66.09%
B=0.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal7615220.5000.990.4090.497.430.2
Hex4C98232063285a611e
Octal11423026201435013214136
Binary10011001001100010110010011000111010001011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,152,2); }

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

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

 a { background-color: rgb(76,152,2); }

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

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

 span { border-color: rgb(76,152,2); }

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