#47CA38

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

Shades of Lime Green #47CA38

Tints of Lime Green #47CA38

Color information

#47CA38 (or 0x47CA38) is unknown color: approx Lime Green. HEX triplet: 47, CA and 38. RGB value is (71,202,56). Sum of RGB (Red+Green+Blue) = 71+202+56=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 202 (79.30% from 255 or 61.40% from 329); Blue value is 56 (22.27% from 255 or 17.02% from 329); Max value from RGB is 202 - color contains mainly: green. Hex color #47CA38 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #47CA38 is #B835C7. Grayscale: #929292. Windows color (decimal): -12072392 or 3721799. OLE color: 3721799.

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

Color convert

RGB7120256-
CMYK0.6500.720.21
HSL113.84º57.94%50.59%-
HSV(B)113.84º72.28%79.22%-
XYZ24.4343.8710.92-
YUV146.1977.174.37-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 21.58%
GREEN value IS 202 (79.30% from 255) = 61.40%
BLUE value IS 56 (22.27% from 255) = 17.02%
R=21.58%
G=61.40%
B=17.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal71202560.6500.720.21113.8457.9450.59
Hex47CA384104815723a33
Octal107312701010110251627263
Binary100011111001010111000100000101001000101011110010111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CA38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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