#47CF4A

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

Shades of Lime Green #47CF4A

Tints of Lime Green #47CF4A

Color information

#47CF4A (or 0x47CF4A) is unknown color: approx Lime Green. HEX triplet: 47, CF and 4A. RGB value is (71,207,74). Sum of RGB (Red+Green+Blue) = 71+207+74=352 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.17% from 352); Green value is 207 (81.25% from 255 or 58.81% from 352); Blue value is 74 (29.30% from 255 or 21.02% from 352); Max value from RGB is 207 - color contains mainly: green. Hex color #47CF4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CF4A is #B830B5. Grayscale: #979797. Windows color (decimal): -12071094 or 4902727. OLE color: 4902727.

HSL color Cylindrical-coordinate representation of color #47CF4A: hue angle of 121.32º 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 #47CF4A is Cyan = 0.66, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB7120774-
CMYK0.6600.640.19
HSL121.32º58.62%54.51%-
HSV(B)121.32º65.7%81.18%-
XYZ26.1546.4614.07-
YUV151.1784.4470.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.17%
GREEN value IS 207 (81.25% from 255) = 58.81%
BLUE value IS 74 (29.30% from 255) = 21.02%
R=20.17%
G=58.81%
B=21.02%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal71207740.6600.640.19121.3258.6254.51
Hex47CF4A4204013793b37
Octal1073171121020100231717367
Binary1000111110011111001010100001001000000100111111001111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CF4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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