#47CA41

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

Shades of Lime Green #47CA41

Tints of Lime Green #47CA41

Color information

#47CA41 (or 0x47CA41) is unknown color: approx Lime Green. HEX triplet: 47, CA and 41. RGB value is (71,202,65). Sum of RGB (Red+Green+Blue) = 71+202+65=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 202 (79.30% from 255 or 59.76% from 338); Blue value is 65 (25.78% from 255 or 19.23% from 338); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA41 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA41 is #B835BE. Grayscale: #939393. Windows color (decimal): -12072383 or 4311623. OLE color: 4311623.

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

Color convert

RGB7120265-
CMYK0.6500.680.21
HSL117.37º56.38%52.35%-
HSV(B)117.37º67.82%79.22%-
XYZ24.6743.9612.19-
YUV147.2181.673.64-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.01%
GREEN value IS 202 (79.30% from 255) = 59.76%
BLUE value IS 65 (25.78% from 255) = 19.23%
R=21.01%
G=59.76%
B=19.23%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71202650.6500.680.21117.3756.3852.35
Hex47CA414104415753834
Octal1073121011010104251657064
Binary1000111110010101000001100000101000100101011110101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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