#47CA31

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

Shades of Lime Green #47CA31

Tints of Lime Green #47CA31

Color information

#47CA31 (or 0x47CA31) is unknown color: approx Lime Green. HEX triplet: 47, CA and 31. RGB value is (71,202,49). Sum of RGB (Red+Green+Blue) = 71+202+49=322 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.05% from 322); Green value is 202 (79.30% from 255 or 62.73% from 322); Blue value is 49 (19.53% from 255 or 15.22% from 322); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA31 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA31 is #B835CE. Grayscale: #919191. Windows color (decimal): -12072399 or 3263047. OLE color: 3263047.

HSL color Cylindrical-coordinate representation of color #47CA31: hue angle of 111.37º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #47CA31 is Cyan = 0.65, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB7120249-
CMYK0.6500.760.21
HSL111.37º60.96%49.22%-
HSV(B)111.37º75.74%79.22%-
XYZ24.2743.810.08-
YUV145.3973.674.94-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 22.05%
GREEN value IS 202 (79.30% from 255) = 62.73%
BLUE value IS 49 (19.53% from 255) = 15.22%
R=22.05%
G=62.73%
B=15.22%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71202490.6500.760.21111.3760.9649.22
Hex47CA314104C156f3d31
Octal107312611010114251577561
Binary100011111001010110001100000101001100101011101111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CA31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,202,49); }

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

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

 a { background-color: rgb(71,202,49); }

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

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

 span { border-color: rgb(71,202,49); }

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