#47D63D

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

Shades of Lime Green #47D63D

Tints of Lime Green #47D63D

Color information

#47D63D (or 0x47D63D) is unknown color: approx Lime Green. HEX triplet: 47, D6 and 3D. RGB value is (71,214,61). Sum of RGB (Red+Green+Blue) = 71+214+61=346 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.52% from 346); Green value is 214 (83.98% from 255 or 61.85% from 346); Blue value is 61 (24.22% from 255 or 17.63% from 346); Max value from RGB is 214 - color contains mainly: green. Hex color #47D63D is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D63D is #B829C2. Grayscale: #9A9A9A. Windows color (decimal): -12069315 or 4052551. OLE color: 4052551.

HSL color Cylindrical-coordinate representation of color #47D63D: hue angle of 116.08º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #47D63D is Cyan = 0.67, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB7121461-
CMYK0.6700.710.16
HSL116.08º65.11%53.92%-
HSV(B)116.08º71.5%83.92%-
XYZ27.4949.7712.57-
YUV153.875.6268.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.52%
GREEN value IS 214 (83.98% from 255) = 61.85%
BLUE value IS 61 (24.22% from 255) = 17.63%
R=20.52%
G=61.85%
B=17.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71214610.6700.710.16116.0865.1153.92
Hex47D63D4304710744136
Octal1073267510301072016410166
Binary1000111110101101111011000011010001111000011101001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,214,61); }

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

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

 a { background-color: rgb(71,214,61); }

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

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

 span { border-color: rgb(71,214,61); }

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