#47C33F

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

Shades of Lime Green #47C33F

Tints of Lime Green #47C33F

Color information

#47C33F (or 0x47C33F) is unknown color: approx Lime Green. HEX triplet: 47, C3 and 3F. RGB value is (71,195,63). Sum of RGB (Red+Green+Blue) = 71+195+63=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 195 (76.56% from 255 or 59.27% from 329); Blue value is 63 (25% from 255 or 19.15% from 329); Max value from RGB is 195 - color contains mainly: green. Hex color #47C33F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47C33F is #B83CC0. Grayscale: #8F8F8F. Windows color (decimal): -12074177 or 4178759. OLE color: 4178759.

HSL color Cylindrical-coordinate representation of color #47C33F: hue angle of 116.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #47C33F is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB7119563-
CMYK0.6400.680.24
HSL116.36º52.38%50.59%-
HSV(B)116.36º67.69%76.47%-
XYZ23.0140.7311.35-
YUV142.8882.9276.73-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 195 (76.56% from 255) = 59.27%
BLUE value IS 63 (25% from 255) = 19.15%
R=21.58%
G=59.27%
B=19.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal71195630.6400.680.24116.3652.3850.59
Hex47C33F4004418743433
Octal107303771000104301646463
Binary100011111000011111111100000001000100110001110100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47C33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,195,63); }

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

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

 a { background-color: rgb(71,195,63); }

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

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

 span { border-color: rgb(71,195,63); }

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