#47dc38

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

Shades of Lime Green #47DC38

Tints of Lime Green #47DC38

Color information

#47DC38 (or 0x47DC38) is unknown color: approx Lime Green. HEX triplet: 47, DC and 38. RGB value is (71,220,56). Sum of RGB (Red+Green+Blue) = 71+220+56=347 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.46% from 347); Green value is 220 (86.33% from 255 or 63.40% from 347); Blue value is 56 (22.27% from 255 or 16.14% from 347); Max value from RGB is 220 - color contains mainly: green. Hex color #47DC38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47DC38 is #B823C7. Grayscale: #9D9D9D. Windows color (decimal): -12067784 or 3726407. OLE color: 3726407.

HSL color Cylindrical-coordinate representation of color #47DC38: hue angle of 114.51º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #47DC38 is Cyan = 0.68, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB7122056-
CMYK0.6800.750.14
HSL114.51º70.09%54.12%-
HSV(B)114.51º74.55%86.27%-
XYZ28.9152.8112.41-
YUV156.7571.1466.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.46%
GREEN value IS 220 (86.33% from 255) = 63.40%
BLUE value IS 56 (22.27% from 255) = 16.14%
R=20.46%
G=63.40%
B=16.14%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal71220560.6800.750.14114.5170.0954.12
Hex47DC384404BE734636
Octal1073347010401131616310666
Binary100011111011100111000100010001001011111011100111000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47dc38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47dc38; }

 p { color: rgb(71,220,56); }

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

<style>
 a { background-color: #47dc38; }

 a { background-color: rgb(71,220,56); }

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

<style>
 span { border-color: #47dc38; }

 span { border-color: rgb(71,220,56); }

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