#47CF49

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

Shades of Lime Green #47CF49

Tints of Lime Green #47CF49

Color information

#47CF49 (or 0x47CF49) is unknown color: approx Lime Green. HEX triplet: 47, CF and 49. RGB value is (71,207,73). Sum of RGB (Red+Green+Blue) = 71+207+73=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 207 (81.25% from 255 or 58.97% from 351); Blue value is 73 (28.91% from 255 or 20.80% from 351); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF49 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF49 is #B830B6. Grayscale: #979797. Windows color (decimal): -12071095 or 4837191. OLE color: 4837191.

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

Color convert

RGB7120773-
CMYK0.6600.650.19
HSL120.88º58.62%54.51%-
HSV(B)120.88º65.7%81.18%-
XYZ26.1146.4513.89-
YUV151.0683.9470.9-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 207 (81.25% from 255) = 58.97%
BLUE value IS 73 (28.91% from 255) = 20.80%
R=20.23%
G=58.97%
B=20.80%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71207730.6600.650.19120.8858.6254.51
Hex47CF494204113793b37
Octal1073171111020101231717367
Binary1000111110011111001001100001001000001100111111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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