#4CCA47

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

Shades of Lime Green #4CCA47

Tints of Lime Green #4CCA47

Color information

#4CCA47 (or 0x4CCA47) is unknown color: approx Lime Green. HEX triplet: 4C, CA and 47. RGB value is (76,202,71). Sum of RGB (Red+Green+Blue) = 76+202+71=349 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.78% from 349); Green value is 202 (79.30% from 255 or 57.88% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCA47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CCA47 is #B335B8. Grayscale: #959595. Windows color (decimal): -11744697 or 4704844. OLE color: 4704844.

HSL color Cylindrical-coordinate representation of color #4CCA47: hue angle of 117.71º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4CCA47 is Cyan = 0.62, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB7620271-
CMYK0.6200.650.21
HSL117.71º55.27%53.53%-
HSV(B)117.71º64.85%79.22%-
XYZ25.2444.2313.17-
YUV149.3983.7675.65-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.78%
GREEN value IS 202 (79.30% from 255) = 57.88%
BLUE value IS 71 (28.12% from 255) = 20.34%
R=21.78%
G=57.88%
B=20.34%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal76202710.6200.650.21117.7155.2753.53
Hex4CCA473E04115763736
Octal114312107760101251666766
Binary100110011001010100011111111001000001101011110110110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CCA47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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