#47CF43

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

Shades of Lime Green #47CF43

Tints of Lime Green #47CF43

Color information

#47CF43 (or 0x47CF43) is unknown color: approx Lime Green. HEX triplet: 47, CF and 43. RGB value is (71,207,67). Sum of RGB (Red+Green+Blue) = 71+207+67=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 207 (81.25% from 255 or 60% from 345); Blue value is 67 (26.56% from 255 or 19.42% from 345); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF43 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF43 is #B830BC. Grayscale: #969696. Windows color (decimal): -12071101 or 4443975. OLE color: 4443975.

HSL color Cylindrical-coordinate representation of color #47CF43: hue angle of 118.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47CF43 is Cyan = 0.66, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB7120767-
CMYK0.6600.680.19
HSL118.29º59.32%53.73%-
HSV(B)118.29º67.63%81.18%-
XYZ25.9246.3712.89-
YUV150.3880.9471.38-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.58%
GREEN value IS 207 (81.25% from 255) = 60%
BLUE value IS 67 (26.56% from 255) = 19.42%
R=20.58%
G=60%
B=19.42%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71207670.6600.680.19118.2959.3253.73
Hex47CF434204413763b36
Octal1073171031020104231667366
Binary1000111110011111000011100001001000100100111110110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,207,67); }

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

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

 a { background-color: rgb(71,207,67); }

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

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

 span { border-color: rgb(71,207,67); }

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