#4CDF47

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

Shades of Lime Green #4CDF47

Tints of Lime Green #4CDF47

Color information

#4CDF47 (or 0x4CDF47) is unknown color: approx Lime Green. HEX triplet: 4C, DF and 47. RGB value is (76,223,71). Sum of RGB (Red+Green+Blue) = 76+223+71=370 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.54% from 370); Green value is 223 (87.5% from 255 or 60.27% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 223 - color contains mainly: green. Hex color #4CDF47 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #4CDF47 is #B320B8. Grayscale: #A2A2A2. Windows color (decimal): -11739321 or 4710220. OLE color: 4710220.

HSL color Cylindrical-coordinate representation of color #4CDF47: hue angle of 118.03º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4CDF47 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB7622371-
CMYK0.6600.680.13
HSL118.03º70.37%57.65%-
HSV(B)118.03º68.16%87.45%-
XYZ30.5154.7714.92-
YUV161.7276.866.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.54%
GREEN value IS 223 (87.5% from 255) = 60.27%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=20.54%
G=60.27%
B=19.19%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal76223710.6600.680.13118.0370.3757.65
Hex4CDF4742044D76463a
Octal11433710710201041516610672
Binary1001100110111111000111100001001000100110111101101000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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