#4CC947

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

Shades of Lime Green #4CC947

Tints of Lime Green #4CC947

Color information

#4CC947 (or 0x4CC947) is unknown color: approx Lime Green. HEX triplet: 4C, C9 and 47. RGB value is (76,201,71). Sum of RGB (Red+Green+Blue) = 76+201+71=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 201 (78.91% from 255 or 57.76% from 348); Blue value is 71 (28.12% from 255 or 20.40% from 348); Max value from RGB is 201 - color contains mainly: green. Hex color #4CC947 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CC947 is #B336B8. Grayscale: #959595. Windows color (decimal): -11744953 or 4704588. OLE color: 4704588.

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

Color convert

RGB7620171-
CMYK0.6200.650.21
HSL117.69º54.62%53.33%-
HSV(B)117.69º64.68%78.82%-
XYZ2543.7613.09-
YUV148.884.0976.07-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.84%
GREEN value IS 201 (78.91% from 255) = 57.76%
BLUE value IS 71 (28.12% from 255) = 20.40%
R=21.84%
G=57.76%
B=20.40%

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
Decimal76201710.6200.650.21117.6954.6253.33
Hex4CC9473E04115763735
Octal114311107760101251666765
Binary100110011001001100011111111001000001101011110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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