#47CB4D

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

Shades of Lime Green #47CB4D

Tints of Lime Green #47CB4D

Color information

#47CB4D (or 0x47CB4D) is unknown color: approx Lime Green. HEX triplet: 47, CB and 4D. RGB value is (71,203,77). Sum of RGB (Red+Green+Blue) = 71+203+77=351 (46% of max value = 765). Red value is 71 (28.12% from 255 or 20.23% from 351); Green value is 203 (79.69% from 255 or 57.83% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 203 - color contains mainly: green. Hex color #47CB4D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #47CB4D is #B834B2. Grayscale: #959595. Windows color (decimal): -12072115 or 5098311. OLE color: 5098311.

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

Color convert

RGB7120377-
CMYK0.6500.620.20
HSL122.73º55.93%53.73%-
HSV(B)122.73º65.02%79.61%-
XYZ25.2944.5914.29-
YUV149.1787.2772.25-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 20.23%
GREEN value IS 203 (79.69% from 255) = 57.83%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=20.23%
G=57.83%
B=21.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal71203770.6500.620.20122.7355.9353.73
Hex47CB4D4103E147b3836
Octal107313115101076241737066
Binary100011111001011100110110000010111110101001111011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47CB4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,203,77); }

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

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

 a { background-color: rgb(71,203,77); }

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

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

 span { border-color: rgb(71,203,77); }

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