#4C9202

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

Shades of Limeade #4C9202

Tints of Limeade #4C9202

Color information

#4C9202 (or 0x4C9202) is unknown color: approx Limeade. HEX triplet: 4C, 92 and 02. RGB value is (76,146,2). Sum of RGB (Red+Green+Blue) = 76+146+2=224 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.93% from 224); Green value is 146 (57.42% from 255 or 65.18% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 146 - color contains mainly: green. Hex color #4C9202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #4C9202 is #B36DFD. Grayscale: #6D6D6D. Windows color (decimal): -11759102 or 168524. OLE color: 168524.

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

Color convert

RGB761462-
CMYK0.4800.990.43
HSL89.17º97.3%29.02%-
HSV(B)89.17º98.63%57.25%-
XYZ13.2722.13.62-
YUV108.6567.81104.71-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 33.93%
GREEN value IS 146 (57.42% from 255) = 65.18%
BLUE value IS 2 (1.17% from 255) = 0.89%
R=33.93%
G=65.18%
B=0.89%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal7614620.4800.990.4389.1797.329.02
Hex4C922300632B59611d
Octal11422226001435313114135
Binary10011001001001010110000011000111010111011001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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