#47D54D

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

Shades of Lime Green #47D54D

Tints of Lime Green #47D54D

Color information

#47D54D (or 0x47D54D) is unknown color: approx Lime Green. HEX triplet: 47, D5 and 4D. RGB value is (71,213,77). Sum of RGB (Red+Green+Blue) = 71+213+77=361 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.67% from 361); Green value is 213 (83.59% from 255 or 59.00% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 213 - color contains mainly: green. Hex color #47D54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D54D is #B82AB2. Grayscale: #9B9B9B. Windows color (decimal): -12069555 or 5100871. OLE color: 5100871.

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

Color convert

RGB7121377-
CMYK0.6700.640.16
HSL122.54º62.83%55.69%-
HSV(B)122.54º66.67%83.53%-
XYZ27.7349.4615.11-
YUV155.0483.9668.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.67%
GREEN value IS 213 (83.59% from 255) = 59.00%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=19.67%
G=59.00%
B=21.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71213770.6700.640.16122.5462.8355.69
Hex47D54D43040107b3f38
Octal1073251151030100201737770
Binary1000111110101011001101100001101000000100001111011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D54D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,213,77); }

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

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

 a { background-color: rgb(71,213,77); }

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

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

 span { border-color: rgb(71,213,77); }

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