#4CCA3C

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

Shades of Lime Green #4CCA3C

Tints of Lime Green #4CCA3C

Color information

#4CCA3C (or 0x4CCA3C) is unknown color: approx Lime Green. HEX triplet: 4C, CA and 3C. RGB value is (76,202,60). Sum of RGB (Red+Green+Blue) = 76+202+60=338 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.49% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA3C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA3C is #B335C3. Grayscale: #949494. Windows color (decimal): -11744708 or 3983948. OLE color: 3983948.

HSL color Cylindrical-coordinate representation of color #4CCA3C: hue angle of 113.24º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4CCA3C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB7620260-
CMYK0.6200.700.21
HSL113.24º57.26%51.37%-
HSV(B)113.24º70.3%79.22%-
XYZ24.9244.111.47-
YUV148.1478.2676.55-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.49%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 60 (23.83% from 255) = 17.75%
R=22.49%
G=59.76%
B=17.75%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76202600.6200.700.21113.2457.2651.37
Hex4CCA3C3E04615713933
Octal11431274760106251617163
Binary10011001100101011110011111001000110101011110001111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,202,60); }

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

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

 a { background-color: rgb(76,202,60); }

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

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

 span { border-color: rgb(76,202,60); }

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