#4CA221

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

Shades of Limeade #4CA221

Tints of Limeade #4CA221

Color information

#4CA221 (or 0x4CA221) is unknown color: approx Limeade. HEX triplet: 4C, A2 and 21. RGB value is (76,162,33). Sum of RGB (Red+Green+Blue) = 76+162+33=271 (35% of max value = 765). Red value is 76 (30.08% from 255 or 28.04% from 271); Green value is 162 (63.67% from 255 or 59.78% from 271); Blue value is 33 (13.28% from 255 or 12.18% from 271); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #4CA221 is #B35DDE. Grayscale: #7A7A7A. Windows color (decimal): -11754975 or 2204236. OLE color: 2204236.

HSL color Cylindrical-coordinate representation of color #4CA221: hue angle of 100º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4CA221 is Cyan = 0.53, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB7616233-
CMYK0.5300.800.36
HSL100º66.15%38.24%-
HSV(B)100º79.63%63.53%-
XYZ16.1827.495.89-
YUV121.5878.0195.49-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 28.04%
GREEN value IS 162 (63.67% from 255) = 59.78%
BLUE value IS 33 (13.28% from 255) = 12.18%
R=28.04%
G=59.78%
B=12.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal76162330.5300.800.3610066.1538.24
Hex4CA2213505024644226
Octal114242416501204414410246
Binary1001100101000101000011101010101000010010011001001000010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,33); }

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

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

 a { background-color: rgb(76,162,33); }

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

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

 span { border-color: rgb(76,162,33); }

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