#47d131

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

Shades of Lime Green #47D131

Tints of Lime Green #47D131

Color information

#47D131 (or 0x47D131) is unknown color: approx Lime Green. HEX triplet: 47, D1 and 31. RGB value is (71,209,49). Sum of RGB (Red+Green+Blue) = 71+209+49=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 209 (82.03% from 255 or 63.53% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 209 - color contains mainly: green. Hex color #47D131 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D131 is #B82ECE. Grayscale: #959595. Windows color (decimal): -12070607 or 3264839. OLE color: 3264839.

HSL color Cylindrical-coordinate representation of color #47D131: hue angle of 111.75º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #47D131 is Cyan = 0.66, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB7120949-
CMYK0.6600.770.18
HSL111.75º63.49%50.59%-
HSV(B)111.75º76.56%81.96%-
XYZ25.9547.1610.64-
YUV149.571.2872.01-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 209 (82.03% from 255) = 63.53%
BLUE value IS 49 (19.53% from 255) = 14.89%
R=21.58%
G=63.53%
B=14.89%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71209490.6600.770.18111.7563.4950.59
Hex47D1314204D12703f33
Octal107321611020115221607763
Binary100011111010001110001100001001001101100101110000111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47d131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,209,49); }

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

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

 a { background-color: rgb(71,209,49); }

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

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

 span { border-color: rgb(71,209,49); }

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