#47CD54

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

Shades of Lime Green #47CD54

Tints of Lime Green #47CD54

Color information

#47CD54 (or 0x47CD54) is unknown color: approx Lime Green. HEX triplet: 47, CD and 54. RGB value is (71,205,84). Sum of RGB (Red+Green+Blue) = 71+205+84=360 (47% of max value = 765). Red value is 71 (28.12% from 255 or 19.72% from 360); Green value is 205 (80.47% from 255 or 56.94% from 360); Blue value is 84 (33.20% from 255 or 23.33% from 360); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD54 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CD54 is #B832AB. Grayscale: #979797. Windows color (decimal): -12071596 or 5557575. OLE color: 5557575.

HSL color Cylindrical-coordinate representation of color #47CD54: hue angle of 125.82º 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 #47CD54 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB7120584-
CMYK0.6500.590.20
HSL125.82º57.26%54.12%-
HSV(B)125.82º65.37%80.39%-
XYZ26.0345.6415.83-
YUV151.1490.1170.84-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 19.72%
GREEN value IS 205 (80.47% from 255) = 56.94%
BLUE value IS 84 (33.20% from 255) = 23.33%
R=19.72%
G=56.94%
B=23.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71205840.6500.590.20125.8257.2654.12
Hex47CD544103B147e3936
Octal107315124101073241767166
Binary100011111001101101010010000010111011101001111110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CD54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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