#47C942

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

Shades of Lime Green #47C942

Tints of Lime Green #47C942

Color information

#47C942 (or 0x47C942) is unknown color: approx Lime Green. HEX triplet: 47, C9 and 42. RGB value is (71,201,66). Sum of RGB (Red+Green+Blue) = 71+201+66=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 201 (78.91% from 255 or 59.47% from 338); Blue value is 66 (26.17% from 255 or 19.53% from 338); Max value from RGB is 201 - color contains mainly: green. Hex color #47C942 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C942 is #B836BD. Grayscale: #939393. Windows color (decimal): -12072638 or 4376903. OLE color: 4376903.

HSL color Cylindrical-coordinate representation of color #47C942: hue angle of 117.78º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #47C942 is Cyan = 0.65, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB7120166-
CMYK0.6500.670.21
HSL117.78º55.56%52.35%-
HSV(B)117.78º67.16%78.82%-
XYZ24.4743.5112.26-
YUV146.7482.4373.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 201 (78.91% from 255) = 59.47%
BLUE value IS 66 (26.17% from 255) = 19.53%
R=21.01%
G=59.47%
B=19.53%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71201660.6500.670.21117.7855.5652.35
Hex47C9424104315763834
Octal1073111021010103251667064
Binary1000111110010011000010100000101000011101011110110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,201,66); }

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

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

 a { background-color: rgb(71,201,66); }

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

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

 span { border-color: rgb(71,201,66); }

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