#47CD4E

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

Shades of Lime Green #47CD4E

Tints of Lime Green #47CD4E

Color information

#47CD4E (or 0x47CD4E) is unknown color: approx Lime Green. HEX triplet: 47, CD and 4E. RGB value is (71,205,78). Sum of RGB (Red+Green+Blue) = 71+205+78=354 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.06% from 354); Green value is 205 (80.47% from 255 or 57.91% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD4E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CD4E is #B832B1. Grayscale: #969696. Windows color (decimal): -12071602 or 5164359. OLE color: 5164359.

HSL color Cylindrical-coordinate representation of color #47CD4E: hue angle of 123.13º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #47CD4E is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB7120578-
CMYK0.6500.620.20
HSL123.13º57.26%54.12%-
HSV(B)123.13º65.37%80.39%-
XYZ25.8145.5514.64-
YUV150.4687.1171.33-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.06%
GREEN value IS 205 (80.47% from 255) = 57.91%
BLUE value IS 78 (30.86% from 255) = 22.03%
R=20.06%
G=57.91%
B=22.03%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71205780.6500.620.20123.1357.2654.12
Hex47CD4E4103E147b3936
Octal107315116101076241737166
Binary100011111001101100111010000010111110101001111011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,205,78); }

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

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

 a { background-color: rgb(71,205,78); }

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

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

 span { border-color: rgb(71,205,78); }

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