#47D041

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

Shades of Lime Green #47D041

Tints of Lime Green #47D041

Color information

#47D041 (or 0x47D041) is unknown color: approx Lime Green. HEX triplet: 47, D0 and 41. RGB value is (71,208,65). Sum of RGB (Red+Green+Blue) = 71+208+65=344 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.64% from 344); Green value is 208 (81.64% from 255 or 60.47% from 344); Blue value is 65 (25.78% from 255 or 18.90% from 344); Max value from RGB is 208 - color contains mainly: green. Hex color #47D041 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47D041 is #B82FBE. Grayscale: #979797. Windows color (decimal): -12070847 or 4313159. OLE color: 4313159.

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

Color convert

RGB7120865-
CMYK0.6600.690.18
HSL117.48º60.34%53.53%-
HSV(B)117.48º68.75%81.57%-
XYZ26.1146.8312.66-
YUV150.7379.6171.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.64%
GREEN value IS 208 (81.64% from 255) = 60.47%
BLUE value IS 65 (25.78% from 255) = 18.90%
R=20.64%
G=60.47%
B=18.90%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71208650.6600.690.18117.4860.3453.53
Hex47D0414204512753c36
Octal1073201011020105221657466
Binary1000111110100001000001100001001000101100101110101111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47D041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,208,65); }

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

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

 a { background-color: rgb(71,208,65); }

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

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

 span { border-color: rgb(71,208,65); }

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