#47D752

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

Shades of Lime Green #47D752

Tints of Lime Green #47D752

Color information

#47D752 (or 0x47D752) is unknown color: approx Lime Green. HEX triplet: 47, D7 and 52. RGB value is (71,215,82). Sum of RGB (Red+Green+Blue) = 71+215+82=368 (48% of max value = 765). Red value is 71 (28.12% from 255 or 19.29% from 368); Green value is 215 (84.38% from 255 or 58.42% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 215 - color contains mainly: green. Hex color #47D752 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47D752 is #B828AD. Grayscale: #9D9D9D. Windows color (decimal): -12069038 or 5429063. OLE color: 5429063.

HSL color Cylindrical-coordinate representation of color #47D752: hue angle of 124.58º degrees, saturation: 0.64, 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 #47D752 is Cyan = 0.67, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB7121582-
CMYK0.6700.620.16
HSL124.58º64.29%56.08%-
HSV(B)124.58º66.98%84.31%-
XYZ28.4250.5516.24-
YUV156.7885.7966.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.29%
GREEN value IS 215 (84.38% from 255) = 58.42%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=19.29%
G=58.42%
B=22.28%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal71215820.6700.620.16124.5864.2956.08
Hex47D7524303E107d4038
Octal1073271221030762017510070
Binary1000111110101111010010100001101111101000011111011000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,215,82); }

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

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

 a { background-color: rgb(71,215,82); }

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

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

 span { border-color: rgb(71,215,82); }

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