#47CD35

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

Shades of Lime Green #47CD35

Tints of Lime Green #47CD35

Color information

#47CD35 (or 0x47CD35) is unknown color: approx Lime Green. HEX triplet: 47, CD and 35. RGB value is (71,205,53). Sum of RGB (Red+Green+Blue) = 71+205+53=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 205 (80.47% from 255 or 62.31% from 329); Blue value is 53 (21.09% from 255 or 16.11% from 329); Max value from RGB is 205 - color contains mainly: green. Hex color #47CD35 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CD35 is #B832CA. Grayscale: #949494. Windows color (decimal): -12071627 or 3525959. OLE color: 3525959.

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

Color convert

RGB7120553-
CMYK0.6500.740.20
HSL112.89º60.32%50.59%-
HSV(B)112.89º74.15%80.39%-
XYZ25.0745.2610.78-
YUV147.6174.6173.36-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 205 (80.47% from 255) = 62.31%
BLUE value IS 53 (21.09% from 255) = 16.11%
R=21.58%
G=62.31%
B=16.11%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71205530.6500.740.20112.8960.3250.59
Hex47CD354104A14713c33
Octal107315651010112241617463
Binary100011111001101110101100000101001010101001110001111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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