#4C9203

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

Shades of Limeade #4C9203

Tints of Limeade #4C9203

Color information

#4C9203 (or 0x4C9203) is unknown color: approx Limeade. HEX triplet: 4C, 92 and 03. RGB value is (76,146,3). Sum of RGB (Red+Green+Blue) = 76+146+3=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 146 (57.42% from 255 or 64.89% from 225); Blue value is 3 (1.56% from 255 or 1.33% from 225); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9203 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9203 is #B36DFC. Grayscale: #6D6D6D. Windows color (decimal): -11759101 or 234060. OLE color: 234060.

HSL color Cylindrical-coordinate representation of color #4C9203: hue angle of 89.37º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #4C9203 is Cyan = 0.48, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.43.

Color convert

RGB761463-
CMYK0.4800.980.43
HSL89.37º95.97%29.22%-
HSV(B)89.37º97.95%57.25%-
XYZ13.2822.13.65-
YUV108.7768.31104.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.78%
GREEN value IS 146 (57.42% from 255) = 64.89%
BLUE value IS 3 (1.56% from 255) = 1.33%
R=33.78%
G=64.89%
B=1.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7614630.4800.980.4389.3795.9729.22
Hex4C923300622B59601d
Octal11422236001425313114035
Binary10011001001001011110000011000101010111011001110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,146,3); }

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

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

 a { background-color: rgb(76,146,3); }

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

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

 span { border-color: rgb(76,146,3); }

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